We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c7c0f6 commit 11e5c73Copy full SHA for 11e5c73
1 file changed
.github/workflows/docker-images.yml
@@ -85,7 +85,7 @@ jobs:
85
- name: Attese
86
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
87
with:
88
- subject-name: "ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}"
+ subject-name: "ghcr.io/${{ github.repository_owner }}/${{ matrix.IMAGE.TAG_NAME }}"
89
subject-digest: ${{ steps.docker-build.outputs.digest }}
90
push-to-registry: true
91
if: (github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/docker'
0 commit comments