Skip to content

Commit ed6d773

Browse files
committed
ci: fix release workflow
1 parent 700d49c commit ed6d773

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,7 @@ jobs:
139139
id: sign
140140
uses: ./.github/actions/cosign
141141
with:
142-
image: '${{ steps.github.outputs.repository }}'
143-
tag: ${{ steps.github.outputs.version }}${{ matrix.tag-suffix }}
142+
image: 'ghcr.io/${{ steps.github.outputs.repository }}:${{ steps.github.outputs.version }}${{ matrix.tag-suffix }}'
144143
attest-provenance: 'true'
145144

146145
- name: Copy image to DockerHub

0 commit comments

Comments
 (0)