Skip to content

Commit

Permalink
Update docker-publish.yml fixed failes signing see Docker-ECU
Browse files Browse the repository at this point in the history
  • Loading branch information
BastianKIT authored May 3, 2024
1 parent ce2fd90 commit 0e79edc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ jobs:
# repository is public to avoid leaking data. If you would like to publish
# transparency data even for private images, pass --force to cosign below.
# https://github.com/sigstore/cosign
- name: prepare cosign
uses: sigstore/[email protected]
with:
cosign-release: 'v2.2.4' # optional
- name: Sign the published Docker image
if: ${{ github.event_name != 'pull_request' }}
env:
Expand Down

0 comments on commit 0e79edc

Please sign in to comment.