Skip to content

Commit ee74f3a

Browse files
committed
ci: fix github action
1 parent cce029b commit ee74f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Generate artifact attestation
5050
uses: actions/attest-build-provenance@v2
5151
with:
52-
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
52+
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}-${{ matrix.profile.language }}
5353
subject-digest: ${{ steps.push.outputs.digest }}
5454
push-to-registry: true
5555

0 commit comments

Comments
 (0)