At present it's possible to set push to false and just build an image. This is useful when you want to test the image before pushing it. But when you do that, pushing becomes either a matter of doing so manually (potentially with multiple tags), or triggering the full action again, including a build.
It would be useful to run just the push action, maybe by adding a property for build that defaults to true?
At present it's possible to set
pushto false and just build an image. This is useful when you want to test the image before pushing it. But when you do that, pushing becomes either a matter of doing so manually (potentially with multiple tags), or triggering the full action again, including a build.It would be useful to run just the push action, maybe by adding a property for
buildthat defaults to true?