Skip to content

Commit 11e5c73

Browse files
committed
x
1 parent 2c7c0f6 commit 11e5c73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Attese
8686
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
8787
with:
88-
subject-name: "ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}"
88+
subject-name: "ghcr.io/${{ github.repository_owner }}/${{ matrix.IMAGE.TAG_NAME }}"
8989
subject-digest: ${{ steps.docker-build.outputs.digest }}
9090
push-to-registry: true
9191
if: (github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/docker'

0 commit comments

Comments
 (0)