Skip to content

Commit

Permalink
ignore signing error
Browse files Browse the repository at this point in the history
  • Loading branch information
0xStuart committed Feb 5, 2024
1 parent 23be8e9 commit ae44f7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,6 @@ jobs:
for tag in "${TAG_ARRAY[@]}"; do
cosign sign ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-${{ matrix.board }}:$tag
done
continue-on-error: true
env:
COSIGN_EXPERIMENTAL: "true"

0 comments on commit ae44f7c

Please sign in to comment.