From e4c15795c8f141119719bfc61096f44d329cf66c Mon Sep 17 00:00:00 2001 From: Jeremy Farnault Date: Thu, 26 Jan 2023 14:12:42 +1300 Subject: [PATCH] Change aws s3 cli version to latest --- .idea/.gitignore | 5 +++++ .idea/aws-s3-github-action.iml | 12 ++++++++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ Dockerfile | 2 +- entrypoint.sh | 2 +- 6 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/aws-s3-github-action.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..b58b603 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,5 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/aws-s3-github-action.iml b/.idea/aws-s3-github-action.iml new file mode 100644 index 0000000..0c8867d --- /dev/null +++ b/.idea/aws-s3-github-action.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..acefd4c --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index b324015..74aa331 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 ./ / diff --git a/entrypoint.sh b/entrypoint.sh index 5865a74..6e4de97 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,7 +2,7 @@ function usage_docs { echo "" - echo "- uses: keithweaver/aws-s3-github-action@v1.0.0" + echo "- uses: abletech/aws-s3-github-action@v1.0.0" echo " with:" echo " command: cp" echo " source: ./local_file.txt"