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 @@ -442,7 +442,7 @@ ci-push-build-artifacts:
442442 ARG ARTIFACTS_DIR= _output
443443 ARG BUCKET_RELEASES= crossplane.releases
444444 ARG AWS_DEFAULT_REGION
445- FROM amazon/aws-cli:2.31.21
445+ FROM amazon/aws-cli:2.31.28
446446 COPY --dir ${ARTIFACTS_DIR } artifacts
447447 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 }
448448
@@ -458,7 +458,7 @@ ci-promote-build-artifacts:
458458 ARG BUCKET_CHARTS= crossplane.charts
459459 ARG PRERELEASE= false
460460 ARG AWS_DEFAULT_REGION
461- FROM amazon/aws-cli:2.31.21
461+ FROM amazon/aws-cli:2.31.28
462462 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
463463 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 }
464464 IF [ "${PRERELEASE}" = "false" ]
You can’t perform that action at this time.
0 commit comments