Skip to content

Commit dc33e89

Browse files
authored
Update docker-publish.yml
1 parent a6cc1f2 commit dc33e89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Sign the published Docker image
8686
if: ${{ github.event_name != 'pull_request' }}
8787
env:
88-
COSIGN_EXPERIMENTAL: "true"
88+
COSIGN_EXPERIMENTAL: "false"
8989
# This step uses the identity token to provision an ephemeral certificate
9090
# against the sigstore community Fulcio instance.
9191
run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign {}@${{ steps.build-and-push.outputs.digest }}

0 commit comments

Comments
 (0)