Skip to content

Commit 83d7297

Browse files
committed
build: Disable cosign for now
1 parent 9e90dfc commit 83d7297

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/docker-publish.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
3535
# Install the cosign tool except on PR
3636
# https://github.com/sigstore/cosign-installer
37-
- name: Install cosign
38-
if: github.event_name != 'pull_request'
39-
uses: sigstore/cosign-installer@main
40-
with:
41-
cosign-release: 'v2.0.1'
37+
# - name: Install cosign
38+
# if: github.event_name != 'pull_request'
39+
# uses: sigstore/cosign-installer@main
40+
# with:
41+
# cosign-release: 'v2.0.1'
4242

4343
# Workaround: https://github.com/docker/build-push-action/issues/461
4444
- name: Setup Docker buildx
@@ -86,13 +86,13 @@ jobs:
8686
# repository is public to avoid leaking data. If you would like to publish
8787
# transparency data even for private images, pass --force to cosign below.
8888
# https://github.com/sigstore/cosign
89-
- name: Sign the published Docker image
90-
if: ${{ github.event_name != 'pull_request' }}
91-
env:
92-
COSIGN_EXPERIMENTAL: "true"
93-
# This step uses the identity token to provision an ephemeral certificate
94-
# against the sigstore community Fulcio instance.
95-
run: cosign sign ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}@${{ steps.build-and-push.outputs.digest }}
89+
# - name: Sign the published Docker image
90+
# if: ${{ github.event_name != 'pull_request' }}
91+
# env:
92+
# COSIGN_EXPERIMENTAL: "true"
93+
# # This step uses the identity token to provision an ephemeral certificate
94+
# # against the sigstore community Fulcio instance.
95+
# run: cosign sign ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}@${{ steps.build-and-push.outputs.digest }}
9696

9797
- name: Update Docker Hub description
9898
if: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)