Skip to content

Instantly share code, notes, and snippets.

View 3cL1p5e7's full-sized avatar

Roman Belov 3cL1p5e7

View GitHub Profile
image: docker:latest
services:
- docker:dind
variables:
REGISTRY: // registry_url:port
GROUP: // gruop_name
PROJECT: // project_name
IMAGE: ${REGISTRY}/${GROUP}/${PROJECT}