fix docker build
This commit is contained in:
parent
242e8d1dd9
commit
b960b19056
1 changed files with 4 additions and 6 deletions
10
.github/workflows/buildReporting.yml
vendored
10
.github/workflows/buildReporting.yml
vendored
|
@ -151,9 +151,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
|
KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
|
||||||
-
|
-
|
||||||
name: Sign image with private key
|
name: Sign the published Docker image
|
||||||
run: |
|
env:
|
||||||
cosign sign --key cosign.key docker.io/anhefti/seb-server:${{ env.TAG_NAME }}
|
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
|
||||||
env:
|
run: cosign sign --key cosign.key docker.io/anhefti/seb-server:${{ env.TAG_NAME }}
|
||||||
COSIGN_PRIVATE_KEY: ${{secrets.COSIGN_PRIVATE_KEY}}
|
|
||||||
COSIGN_PASSWORD: ${{secrets.COSIGN_PASSWORD}}
|
|
||||||
|
|
Loading…
Reference in a new issue