File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11include :
22  - project : ' dgsys/k8s/isp-ci-templates' 
33    ref : ' master' 
4-     file : ' application/docker/kaniko .yml' 
4+     file : ' application/docker/buildkit .yml' 
55
66variables :
77  IMAGE_NAME : ${DOCKER_CI_REGISTRY}/${CI_PROJECT_NAME} 
88
99build-image :
10-   before_script : 
11-     - echo "{\"auths\":{\"${DOCKER_CI_REGISTRY}\":{\"username\":\"${DOCKER_CI_USER}\",\"password\":\"${DOCKER_CI_PASSWORD}\"}}}" > /kaniko/.docker/config.json 
12-   extends : .kaniko-build-template 
10+   before_script :
11+     - mkdir -p ~/.docker 
12+     - echo "{\"auths\":{\"${DOCKER_CI_REGISTRY}\":{\"username\":\"${DOCKER_CI_USER}\",\"password\":\"${DOCKER_CI_PASSWORD}\"}}}" > ~/.docker/config.json 
13+   extends : .buildkit-template 
1314  when : manual 
1415  only :
1516    - pre-release 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments