anchoring

This commit is contained in:
Michael Balsillie 2022-08-21 23:50:27 +12:00
parent b6d453ec16
commit d218027e0c

View File

@ -1,5 +1,6 @@
variables: variables:
&vars &vars
environment:
- REGISTRY=code.balsillie.net - REGISTRY=code.balsillie.net
- REGISTRY_USER=michael - REGISTRY_USER=michael
- ORGANIZATION=containers - ORGANIZATION=containers
@ -28,7 +29,7 @@ pipeline:
clone-source: clone-source:
image: docker:git image: docker:git
environment: environment:
*vars <<: *vars
commands: commands:
- git clone https://${REGISTRY}/${SOURCE_ORGANIZATION}/${REPO}.git /git/${REPO} - git clone https://${REGISTRY}/${SOURCE_ORGANIZATION}/${REPO}.git /git/${REPO}
- cd /git/${REPO} - cd /git/${REPO}
@ -42,7 +43,7 @@ pipeline:
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
environment: environment:
*vars <<: *vars
commands: commands:
- export DOCKER_BUILDKIT=1 - export DOCKER_BUILDKIT=1
- cd /git/${REPO} - cd /git/${REPO}