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