Skip to content

Commit e56bdda

Browse files
committed
build: skip image signing
1 parent 4b13e25 commit e56bdda

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/docker-publish-to-github.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,3 @@ jobs:
4747
push: true
4848
tags: ${{ steps.meta.outputs.tags }}
4949
labels: ${{ steps.meta.outputs.labels }}
50-
51-
- name: Cosign install
52-
uses: sigstore/cosign-installer@v3.8.2
53-
54-
- name: Sign the published container image
55-
env:
56-
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
57-
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
58-
TAGS: ${{ steps.meta.outputs.tags }}
59-
run: |
60-
cosign sign --key env://COSIGN_PRIVATE_KEY ${TAGS} \
61-
-a "repo=${{ github.repository }}" \
62-
-a "workflow=${{ github.workflow }}" \
63-
-a "ref=${{ github.sha }}" \
64-
-a "actor=${{ github.actor }}" \
65-
-a "build=${{ github.run_id }}"

0 commit comments

Comments
 (0)