You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Invert the release process by switching the trigger from `push: tags` to
`workflow_dispatch`. Previously, a developer would push a tag to trigger the
release build. This could lead to a tag existing for a failed build. With this
change, the workflow is triggered manually. It builds and pushes the Docker
images first. Only after the multi-arch manifest is successfully created does a
final job run to create the GitHub Release and the associated tag, making
tagging a byproduct of a successful release.
0 commit comments