s3-sync-action icon indicating copy to clipboard operation
s3-sync-action copied to clipboard

Prebuild Docker container?

Open schoenwaldnils opened this issue 5 years ago โ€ข 2 comments

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? ๐Ÿ˜

schoenwaldnils avatar Apr 19 '20 09:04 schoenwaldnils

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?

DCzajkowski avatar May 23 '20 03:05 DCzajkowski

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

schoenwaldnils avatar May 23 '20 09:05 schoenwaldnils