Skip to content

Commit

Permalink
Fix signing of docker image (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidey79 authored Oct 2, 2022
1 parent 1785f54 commit e7f07c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
COSIGN_EXPERIMENTAL: "true"
# This step uses the identity token to provision an ephemeral certificate
# against the sigstore community Fulcio instance.
run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign {}@${{ steps.build-and-push.outputs.digest }}
run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign {}@${{ steps.docker_build_runtime_cross.outputs.digest }}

- name: git commit README.md
id: commit
Expand Down

0 comments on commit e7f07c0

Please sign in to comment.