Skip to content

Commit 5e2807f

Browse files
committed
ci(release-action): fix generate artifact attestation step
1 parent 78e30b6 commit 5e2807f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
5050
- name: Generate artifact attestation
5151
uses: actions/attest-build-provenance@v1
5252
with:
53-
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
53+
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
5454
subject-digest: ${{ steps.push.outputs.digest }}
5555
push-to-registry: true

0 commit comments

Comments
 (0)