Skip to content

Commit

Permalink
Change aws s3 cli version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-farnault committed Jan 26, 2023
1 parent d6a2211 commit e4c1579
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/aws-s3-github-action.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://aws.amazon.com/blogs/developer/aws-cli-v2-docker-image/
# https://hub.docker.com/r/amazon/aws-cli
FROM amazon/aws-cli:2.4.23
FROM amazon/aws-cli:latest

WORKDIR /
ADD ./ /
Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

function usage_docs {
echo ""
echo "- uses: keithweaver/[email protected]"
echo "- uses: abletech/[email protected]"
echo " with:"
echo " command: cp"
echo " source: ./local_file.txt"
Expand Down

0 comments on commit e4c1579

Please sign in to comment.