Skip to content

Commit

Permalink
sign digest
Browse files Browse the repository at this point in the history
  • Loading branch information
eumel8 committed Jan 21, 2024
1 parent bf62020 commit c41d553
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
${{ steps.meta.outputs.tags }}
- name: Sign Push
run: |
cosign sign --key env://COSIGN_KEY --tlog-upload=false ${{ steps.build-push.outputs.tags }}
cosign sign --key env://COSIGN_KEY --tlog-upload=false ghcr.io/caas-team/entsoe:${{ steps.build-push.outputs.digest }}
cosign sign --key env://COSIGN_KEY --tlog-upload=false mtr.devops.telekom.de/caas/entsoe:${{ steps.build-push.outputs.digest }}
env:
COSIGN_KEY: ${{secrets.COSIGN_KEY}}

0 comments on commit c41d553

Please sign in to comment.