Skip to content

Commit

Permalink
test tags
Browse files Browse the repository at this point in the history
  • Loading branch information
eumel8 committed Jan 21, 2024
1 parent 0eac088 commit 8506d37
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,13 @@ jobs:
ghcr.io/caas-team/entsoe:latest
${{ steps.meta.outputs.tags }}
- name: Sign Push
run: |
cosign sign --key env://COSIGN_KEY --tlog-upload=false mtr.devops.telekom.de/caas/entsoe:latest
cosign sign --key env://COSIGN_KEY --tlog-upload=false mtr.devops.telekom.de/caas/entsoe:${VERSION}
cosign sign --key env://COSIGN_KEY --tlog-upload=false ghcr.io/caas-team/entsoe:latest
cosign sign --key env://COSIGN_KEY --tlog-upload=false ghcr.io/caas-team/entsoe:${VERSION}
env:
VERSION: ${{ steps.meta.outputs.tags }}
COSIGN_KEY: ${{secrets.COSIGN_KEY}}
with:
run: |
cosign sign --key env://COSIGN_KEY --tlog-upload=false ${{ tags }}
tags: |
mtr.devops.telekom.de/caas/entsoe:latest
ghcr.io/caas-team/entsoe:latest
${{ steps.meta.outputs.tags }}
env:
COSIGN_KEY: ${{secrets.COSIGN_KEY}}

0 comments on commit 8506d37

Please sign in to comment.