Skip to content

Commit 54de87a

Browse files
committed
fix - Fixed docker push
--- Subject name needs to be filled, but it looks like that the workflow doesn't fill it up. --- Type: fix Breaking: False Doc Required: False Backport Required: False Part: 1/1
1 parent 1880af3 commit 54de87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pushdocker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
- name: Generate artifact attestation
4040
uses: actions/attest-build-provenance@v1
4141
with:
42-
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
42+
subject-name: eofla/nitrocid
4343
subject-digest: ${{ steps.push.outputs.digest }}
4444
push-to-registry: true

0 commit comments

Comments
 (0)