This repository has been archived by the owner on Jan 18, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 485
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Default to us-east-1 region and clear credentials after sync is done.
- Loading branch information
1 parent
6358f33
commit 0facb22
Showing
3 changed files
with
45 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,13 +5,13 @@ LABEL "com.github.actions.description"="Sync a directory to an AWS S3 repository | |
LABEL "com.github.actions.icon"="refresh-cw" | ||
LABEL "com.github.actions.color"="green" | ||
|
||
LABEL version="0.4.0" | ||
LABEL version="0.5.0" | ||
LABEL repository="https://github.com/jakejarvis/s3-sync-action" | ||
LABEL homepage="https://jarv.is/" | ||
LABEL maintainer="Jake Jarvis <[email protected]>" | ||
|
||
# https://github.com/aws/aws-cli/blob/master/CHANGELOG.rst | ||
ENV AWSCLI_VERSION='1.16.262' | ||
ENV AWSCLI_VERSION='1.16.265' | ||
|
||
RUN pip install --quiet --no-cache-dir awscli==${AWSCLI_VERSION} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters