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
Verify image was published before dispatching to consumers
A manual workflow_dispatch can be run against any ref at any time,
including a feature branch commit whose Main build hasn't finished
publishing an image yet. Query the Actions API for the most recent
completed Main run at that commit and fail loudly if it didn't
succeed, before notifying any consumer.
0 commit comments