Commit 9d137cf
authored
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.1 parent aba155a commit 9d137cf
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
219 | 218 | | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
0 commit comments