Skip to content

Commit 8e895a7

Browse files
Update docker-publish.yml
1 parent a65529e commit 8e895a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ jobs:
9090
COSIGN_EXPERIMENTAL: "true"
9191
# This step uses the identity token to provision an ephemeral certificate
9292
# against the sigstore community Fulcio instance.
93-
run: cosign sign ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}@${{ steps.build-and-push.outputs.digest }}
93+
run: cosign sign ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}@${{ steps.build-and-push.outputs.digest }} --force

0 commit comments

Comments
 (0)