ci: update aws cli image (#32910)

* ci: update aws cli image

* ci: add --acl public-read
This commit is contained in:
Yihau Chen 2023-08-20 21:13:20 +08:00 committed by GitHub
parent f9bc3cec24
commit 7902ac106d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ upload-s3-artifact() {
)
fi
args+=(
eremite/aws-cli:2018.12.18
/usr/bin/s3cmd --acl-public put "$1" "$2"
amazon/aws-cli:2.13.11
s3 cp "$1" "$2" --acl public-read
)
set -x
docker run "${args[@]}"