We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6700a18 commit 582eeefCopy full SHA for 582eeef
.github/workflows/docker.yaml
@@ -40,7 +40,7 @@ jobs:
40
id: meta
41
uses: docker/metadata-action@v4
42
with:
43
- images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
+ images: ${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}
44
45
- name: Build image
46
id: base
@@ -70,6 +70,6 @@ jobs:
70
- name: Generate artifact attestation
71
uses: actions/attest-build-provenance@v1
72
73
- subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
+ subject-name: ${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME}}
74
subject-digest: ${{ steps.push.outputs.digest }}
75
push-to-registry: true
0 commit comments