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
ci(release): notify Discord after Docker publish, include GHCR image
Move the Discord notification out of the Release job into a terminal
discord-notify job that runs after publish-docker, so the message can include
the GHCR image (docker pull + alpine tag). This also fully removes the earlier
concern about a notification failure affecting Docker publishing (Discord is now
downstream of it). Webhook secret is a repo secret (used by request-approval
without the release environment), so no environment/approval gate is needed.
0 commit comments