File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 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 }}
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 }}"
You can’t perform that action at this time.
0 commit comments