experimenatl feature=1
This commit is contained in:
@@ -115,11 +115,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
DIGEST=$(skopeo inspect docker://humocs-man.duckdns.org/humocs-man/fluffy-pancake:stable --format '{{.Digest}}')
|
DIGEST=$(skopeo inspect docker://humocs-man.duckdns.org/humocs-man/fluffy-pancake:stable --format '{{.Digest}}')
|
||||||
|
|
||||||
# Hier nutzen wir das korrekte Flag für Cosign v2
|
|
||||||
cosign sign -y \
|
cosign sign -y \
|
||||||
--key env://COSIGN_PRIVATE_KEY \
|
--key env://COSIGN_PRIVATE_KEY \
|
||||||
--registry-referrers-mode=oci-1-1 \
|
--oci-1-1=true \
|
||||||
"humocs-man.duckdns.org/humocs-man/fluffy-pancake@${DIGEST}"
|
"humocs-man.duckdns.org/humocs-man/fluffy-pancake@${DIGEST}"
|
||||||
env:
|
env:
|
||||||
COSIGN_PRIVATE_KEY: ${{ secrets.SIGNING_SECRET }}
|
COSIGN_PRIVATE_KEY: ${{ secrets.SIGNING_SECRET }}
|
||||||
COSIGN_PASSWORD: ""
|
COSIGN_PASSWORD: ""
|
||||||
|
COSIGN_EXPERIMENTAL: "1" # <-- Hier schalten wir den OCI-Referrer-Modus in der Pipeline frei!
|
||||||
|
|||||||
Reference in New Issue
Block a user