Skip to content

Commit 50b7516

Browse files
author
xboard
committed
ci: remove image signing
1 parent ccdbe9d commit 50b7516

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
5959
tags: |
6060
type=ref,event=branch
61-
type=sha,format=long
61+
type=sha,format=short,prefix=,enable=true
6262
type=raw,value=new,enable=${{ github.ref == 'refs/heads/master' }}
6363
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/master' }}
6464
type=raw,value=${{ steps.get_version.outputs.version }}
@@ -98,12 +98,3 @@ jobs:
9898
allow: |
9999
network.host
100100
101-
- name: Install cosign
102-
uses: sigstore/cosign-installer@v3.4.0
103-
with:
104-
cosign-release: 'v2.2.2'
105-
106-
- name: Sign image
107-
if: steps.build-and-push.outputs.digest != ''
108-
run: |
109-
echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign --yes "{}@${{ steps.build-and-push.outputs.digest }}"

0 commit comments

Comments
 (0)