Skip to content

Commit 3736585

Browse files
committed
fix docker image reference
1 parent 738b75c commit 3736585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
cosign attest --yes \
177177
--predicate sbom.spdx.json \
178178
--type https://spdx.dev/Document \
179-
docker.io/fontebasso/php-nginx:${{ needs.merge-multiarch.outputs.digest }}
179+
docker.io/fontebasso/php-nginx@${{ needs.merge-multiarch.outputs.digest }}
180180
181181
generate-provenance:
182182
name: Generate SLSA Provenance

0 commit comments

Comments
 (0)