no gitlab anymore
This commit is contained in:
		
					parent
					
						
							
								ed948f2443
							
						
					
				
			
			
				commit
				
					
						8fd5350124
					
				
			
		
					 1 changed files with 0 additions and 15 deletions
				
			
		| 
						 | 
				
			
			@ -1,15 +0,0 @@
 | 
			
		|||
build-image:
 | 
			
		||||
  image:
 | 
			
		||||
    name: gcr.io/kaniko-project/executor:debug
 | 
			
		||||
    entrypoint: [""]
 | 
			
		||||
  script:
 | 
			
		||||
    - mkdir -p /kaniko/.docker
 | 
			
		||||
    - echo "{\"auths\":{\"${CI_REGISTRY}\":{\"auth\":\"$(printf "%s:%s" "${CI_REGISTRY_USER}" "${CI_REGISTRY_PASSWORD}" | base64 | tr -d '\n')\"}}}" > /kaniko/.docker/config.json
 | 
			
		||||
    - >-
 | 
			
		||||
      /kaniko/executor
 | 
			
		||||
      --context "${CI_PROJECT_DIR}"
 | 
			
		||||
      --dockerfile "${CI_PROJECT_DIR}/Dockerfile"
 | 
			
		||||
      --destination "${CI_REGISTRY_IMAGE}/ccchh-pretix:latest"
 | 
			
		||||
      --destination "${CI_REGISTRY_IMAGE}/ccchh-pretix:stable"
 | 
			
		||||
      --destination "${CI_REGISTRY_IMAGE}/ccchh-pretix:23.10"
 | 
			
		||||
      --destination "${CI_REGISTRY_IMAGE}/ccchh-pretix:23.10.0"
 | 
			
		||||
		Reference in a new issue