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 3713a7e commit c3220c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:
${{ steps.meta.outputs.tags }}
- name: Sign Push
run: |
cosign sign --key env://COSIGN_KEY --tlog-upload=false ${{ tags }}
cosign sign --key env://COSIGN_KEY --tlog-upload=false ${{ tag }}
with:
tags: |
mtr.devops.telekom.de/caas/entsoe:latest
ghcr.io/caas-team/entsoe:latest
tag: mtr.devops.telekom.de/caas/entsoe:latest
tag: ghcr.io/caas-team/entsoe:latest
tag: |
${{ steps.meta.outputs.tags }}
env:
COSIGN_KEY: ${{secrets.COSIGN_KEY}}
Expand Down

0 comments on commit c3220c8

Please sign in to comment.