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
Fix Publish workflow write_package permission denied on GHCR
Add org.opencontainers.image.source OCI label to all three service
Dockerfiles so GHCR automatically links container packages to the
repository. Without this label, packages pushed by GITHUB_TOKEN may
not be associated with the repository, causing write_package permission
denied errors.
Also set fail-fast: false on the publish matrix so all three image
builds are attempted independently.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments