File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,22 +25,22 @@ variables:
2525
2626debug_variables :
2727  tags : ["arch:amd64"] 
28-   image : registry.ddbuild.io/images/base/gbi- ubuntu_2204:release  
28+   image : registry.ddbuild.io/images/base/ubuntu_2204:latest  
2929  script :
3030    - env | grep CI_ 
3131
3232#  Detect and sort tags
3333detect_tags :
3434  tags : ["arch:amd64"] 
35-   image : registry.ddbuild.io/images/base/gbi- ubuntu_2204:release  
35+   image : registry.ddbuild.io/images/base/ubuntu_2204:latest  
3636  rules :
3737#     - if: '$CI_COMMIT_TAG && $CI_COMMIT_BRANCH == $TARGET_BRANCH'
3838    - if : ' $CI_COMMIT_TAG' 
3939  script :
4040    - echo "=== Detecting tags on commit $CI_COMMIT_SHA ===" 
4141    - | 
4242      # Install git 
43-       sudo  apt-get update && sudo  apt-get install -y git 
43+       apt-get update && apt-get install -y git 
4444      git --version 
4545
4646      # Get all tags pointing to this commit 
@@ -90,7 +90,7 @@ detect_tags:
9090#  Publish crates sequentially
9191publish_crates :
9292  tags : ["arch:amd64"] 
93-   image : registry.ddbuild.io/images/base/gbi- ubuntu_2204:release  
93+   image : registry.ddbuild.io/images/base/ubuntu_2204:latest  
9494  needs :
9595    - detect_tags 
9696  rules :
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments