Closed rciovati closed 3 years ago
Hey @abinoda is this something I can help you with? The GitHub Package Registry will be out of beta soon, perhaps it's a good moment to give it a try: https://github.com/features/package-registry
This will become even more important as GitHub Actions will be generally available and will be billed by execution time.
@rciovati Sure!
I think this may not be necessary anymore. I'm working on the github-actions-for-ci
lab which uses this action, and it builds it each time, but it appears to run pretty quick. 17s for me today. Perhaps they've optimized GitHub Actions since this issue was opened:
Every time a PR is approved it takes around 1 minute to build the docker image and then it runs the script. I was wondering if it makes sense to publish a prebuilt docker image to docker hub so that it doesn't need to be built it every time.