mirror of
https://github.com/docker/build-push-action.git
synced 2025-08-18 22:02:15 +00:00
Firstly this was a bug where we were trying to commit in the post step even if we had already committed at the end of the main step in a non-setup-only invocation. Secondly, if the action is canceled before the exposeID is set in the main process, we don't want to send a commit request with an empty exposeID.