jakejarvis / s3-sync-action

๐Ÿ”„ GitHub Action to sync a directory with a remote S3 bucket ๐Ÿงบ
https://github.com/marketplace/actions/s3-sync
MIT License
1.03k stars 470 forks source link

Prebuild Docker container? #25

Open schoenwaldnils opened 4 years ago

schoenwaldnils commented 4 years ago

Hi there, I saw on another action (https://github.com/marketplace/actions/s3cmd-for-github-actions) that they also provided a prebuild docker container. Using this container reduced the pull/build time from ~34s to ~6s

Since you're using a docker container too, would it be possible to publish a prebuild version on the docker hub? ๐Ÿ˜

DCzajkowski commented 4 years ago

That's a great idea and something I wanted to propose myself! @jakejarvis are you planning to continue support of this action, or is the development abandoned?

schoenwaldnils commented 4 years ago

I published a prebuild version on the docker hub I now use on my repo. This reduced the pull time from ~27s to ~4s

Feel free to use my version like this:

uses: docker://schoenwaldnils/s3-sync-action:0.5.1