Disable signature
This commit is contained in:
parent
093cc2b6a7
commit
030ccc61cf
1 changed files with 7 additions and 9 deletions
|
@ -64,12 +64,10 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
tags: gitea.mrdev023.fr/florian.richer/fedora_atomic_custom_image:latest
|
tags: gitea.mrdev023.fr/florian.richer/fedora_atomic_custom_image:latest
|
||||||
|
|
||||||
- name: Sign container image
|
# - name: Sign container image
|
||||||
if: gitea.event_name != 'pull_request'
|
# if: gitea.event_name != 'pull_request'
|
||||||
run: |
|
# run: |
|
||||||
cosign sign -y --key env://COSIGN_PRIVATE_KEY gitea.mrdev023.fr/florian.richer/fedora_atomic_custom_image:latest
|
# cosign sign -y --key env://COSIGN_PRIVATE_KEY gitea.mrdev023.fr/florian.richer/fedora_atomic_custom_image:latest
|
||||||
env:
|
# env:
|
||||||
TAGS: ${{ steps.push.outputs.digest }}
|
# COSIGN_PRIVATE_KEY: ${{ secrets.SIGNING_SECRET }}
|
||||||
COSIGN_EXPERIMENTAL: false
|
# COSIGN_PASSWORD: ""
|
||||||
COSIGN_PRIVATE_KEY: ${{ secrets.SIGNING_SECRET }}
|
|
||||||
COSIGN_PASSWORD: ""
|
|
||||||
|
|
Loading…
Reference in a new issue