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:
|
||||
KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
|
||||
-
|
||||
name: Sign image with private key
|
||||
run: |
|
||||
cosign sign --key cosign.key docker.io/anhefti/seb-server:${{ env.TAG_NAME }}
|
||||
env:
|
||||
COSIGN_PRIVATE_KEY: ${{secrets.COSIGN_PRIVATE_KEY}}
|
||||
COSIGN_PASSWORD: ${{secrets.COSIGN_PASSWORD}}
|
||||
name: Sign the published Docker image
|
||||
env:
|
||||
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
|
||||
run: cosign sign --key cosign.key docker.io/anhefti/seb-server:${{ env.TAG_NAME }}
|
||||
|
|
Loading…
Reference in a new issue