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: GHCR attestation example by listing GHCR first in metadata images
The attestation step targets GHCR, but docker/build-push-action exposes the
digest for the first image produced by docker/metadata-action. The previous
doc snippet listed Docker Hub first, so the attestation attempted to fetch a
Docker Hub digest from GHCR, resulting in 404.
0 commit comments