anchoring
This commit is contained in:
		@@ -1,5 +1,6 @@
 | 
			
		||||
variables:
 | 
			
		||||
  &vars
 | 
			
		||||
    environment:
 | 
			
		||||
      - REGISTRY=code.balsillie.net
 | 
			
		||||
      - REGISTRY_USER=michael
 | 
			
		||||
      - ORGANIZATION=containers
 | 
			
		||||
@@ -28,7 +29,7 @@ pipeline:
 | 
			
		||||
  clone-source:
 | 
			
		||||
    image: docker:git
 | 
			
		||||
    environment:
 | 
			
		||||
      *vars
 | 
			
		||||
      <<: *vars
 | 
			
		||||
    commands:
 | 
			
		||||
      - git clone https://${REGISTRY}/${SOURCE_ORGANIZATION}/${REPO}.git /git/${REPO}
 | 
			
		||||
      - cd /git/${REPO}
 | 
			
		||||
@@ -42,7 +43,7 @@ pipeline:
 | 
			
		||||
    volumes:
 | 
			
		||||
      - /var/run/docker.sock:/var/run/docker.sock
 | 
			
		||||
    environment:
 | 
			
		||||
      *vars
 | 
			
		||||
      <<: *vars
 | 
			
		||||
    commands:
 | 
			
		||||
      - export DOCKER_BUILDKIT=1
 | 
			
		||||
      - cd /git/${REPO}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user