toolbx-images / images

Community maintained container images to use with toolbx and distrobox
https://containertoolbx.org/
Apache License 2.0
333 stars 30 forks source link

github/workflow: Use the cached image for pushing the latest tag #34

Closed travier closed 2 years ago

travier commented 2 years ago

The workflows were wrongly using the 'no-cache' option only for the "latest" build and push action and were not correctly rebuilding everything.

Let's use this option for all builds while not using it in the latest tag push as we don't need to rebuild something we've just built.