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