fix dockerbuild
This commit is contained in:
parent
55718fb58d
commit
314ca01d15
1 changed files with 1 additions and 1 deletions
2
.github/workflows/buildReporting.yml
vendored
2
.github/workflows/buildReporting.yml
vendored
|
@ -147,6 +147,6 @@ jobs:
|
|||
-
|
||||
name: Sign image with a key
|
||||
run: |
|
||||
echo ${COSIGN_PRIVATE_KEY} > /tmp/cosign.key && cosign sign --key /tmp/cosign.key anhefti/seb-server:${{ env.TAG_NAME }}
|
||||
echo ${secrets.COSIGN_PRIVATE_KEY} > /tmp/cosign.key && cosign sign --key /tmp/cosign.key docker.io/anhefti/seb-server:${{ env.TAG_NAME }}
|
||||
env:
|
||||
COSIGN_PASSWORD: ${{secrets.COSIGN_PASSWORD}}
|
Loading…
Reference in a new issue