Skip to content

Commit 8fb5782

Browse files
committed
fix cosign signature
1 parent 3a49398 commit 8fb5782

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/docker-image-release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,14 @@ jobs:
8181
env:
8282
COSIGN_EXPERIMENTAL: "1"
8383
run: |
84-
cosign sign --yes --key github docker.io/fontebasso/php-nginx:${RELEASE_VERSION}
85-
cosign sign --yes --key github docker.io/fontebasso/php-nginx:latest
84+
cosign sign --yes docker.io/fontebasso/php-nginx:${RELEASE_VERSION}
85+
cosign sign --yes docker.io/fontebasso/php-nginx:latest
8686
8787
- name: Generate and attach SLSA Provenance
8888
run: |
8989
cosign attest --yes \
90-
--key github \
9190
--type=provenance \
9291
docker.io/fontebasso/php-nginx:${RELEASE_VERSION}
9392
cosign attest --yes \
94-
--key github \
9593
--type=provenance \
9694
docker.io/fontebasso/php-nginx:latest

0 commit comments

Comments
 (0)