File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -403,7 +403,7 @@ ci-push-build-artifacts:
403403  ARG  ARTIFACTS_DIR= _output
404404  ARG  BUCKET_RELEASES= crossplane.releases
405405  ARG  AWS_DEFAULT_REGION
406-   FROM  amazon/aws-cli:2.15.61  
406+   FROM  amazon/aws-cli:2.30.7  
407407  COPY  --dir  ${ARTIFACTS_DIR } artifacts
408408  RUN  --push --secret = AWS_ACCESS_KEY_ID --secret = AWS_SECRET_ACCESS_KEY aws s3 sync --delete  --only-show-errors  artifacts s3://${BUCKET_RELEASES }/build/${BUILD_DIR }/${CROSSPLANE_VERSION }
409409
@@ -419,7 +419,7 @@ ci-promote-build-artifacts:
419419  ARG  BUCKET_CHARTS= crossplane.charts
420420  ARG  PRERELEASE= false
421421  ARG  AWS_DEFAULT_REGION
422-   FROM  amazon/aws-cli:2.15.61  
422+   FROM  amazon/aws-cli:2.30.7  
423423  RUN  --secret = AWS_ACCESS_KEY_ID --secret = AWS_SECRET_ACCESS_KEY aws s3 sync --only-show-errors  s3://${BUCKET_RELEASES }/build/${BUILD_DIR }/${CROSSPLANE_VERSION }/charts repo
424424  RUN  --push --secret = AWS_ACCESS_KEY_ID --secret = AWS_SECRET_ACCESS_KEY aws s3 sync --delete  --only-show-errors  s3://${BUCKET_RELEASES }/build/${BUILD_DIR }/${CROSSPLANE_VERSION } s3://${BUCKET_RELEASES }/${CHANNEL }/${CROSSPLANE_VERSION }
425425  IF  [ "${PRERELEASE}"  =  "false"  ]
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments