Skip to content

Commit

Permalink
Merge pull request #3 from dodevops/bugfix/te/more-resistancy
Browse files Browse the repository at this point in the history
fix: Fixing github workflow
  • Loading branch information
timdeluxe authored Feb 7, 2024
2 parents a2abe6c + 3ac8922 commit abeb620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ 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 --yes {}@${{ steps.build-and-push.outputs.digest }}

0 comments on commit abeb620

Please sign in to comment.