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 @@ -458,7 +458,7 @@ ci-push-build-artifacts:
458458 ARG ARTIFACTS_DIR= _output
459459 ARG BUCKET_RELEASES= crossplane.releases
460460 ARG AWS_DEFAULT_REGION
461- FROM amazon/aws-cli:2.33.30
461+ FROM amazon/aws-cli:2.34.5
462462 COPY --dir ${ARTIFACTS_DIR } artifacts
463463 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 }
464464
@@ -474,7 +474,7 @@ ci-promote-build-artifacts:
474474 ARG BUCKET_CHARTS= crossplane.charts
475475 ARG PRERELEASE= false
476476 ARG AWS_DEFAULT_REGION
477- FROM amazon/aws-cli:2.33.30
477+ FROM amazon/aws-cli:2.34.5
478478 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
479479 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 }
480480 IF [ "${PRERELEASE}" = "false" ]
You can’t perform that action at this time.
0 commit comments