Skip to content

Commit 582eeef

Browse files
fix: more typos
1 parent 6700a18 commit 582eeef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
id: meta
4141
uses: docker/metadata-action@v4
4242
with:
43-
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
43+
images: ${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}
4444

4545
- name: Build image
4646
id: base
@@ -70,6 +70,6 @@ jobs:
7070
- name: Generate artifact attestation
7171
uses: actions/attest-build-provenance@v1
7272
with:
73-
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
73+
subject-name: ${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME}}
7474
subject-digest: ${{ steps.push.outputs.digest }}
7575
push-to-registry: true

0 commit comments

Comments
 (0)