Skip to content

Commit 43ff03c

Browse files
authored
Update docker-publish.yml
1 parent 934b893 commit 43ff03c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
id: meta
5656
uses: docker/metadata-action@v5
5757
with:
58-
images: ${{ env.REGISTRY_IMAGE }}
58+
images: ${{ env.IMAGE_NAME }}
5959

6060
# Login against a Docker registry except on PR
6161
# https://github.com/docker/login-action
@@ -76,7 +76,7 @@ jobs:
7676
with:
7777
platforms: ${{ matrix.platform }}
7878
labels: ${{ steps.meta.outputs.labels }}
79-
tags: ${{ env.REGISTRY_IMAGE }}
79+
tags: ${{ env.IMAGE_NAME }}
8080
push: ${{ github.event_name != 'pull_request' }}
8181
outputs: type=image,push-by-digest=true,name-canonical=true,push=true
8282

@@ -121,7 +121,7 @@ jobs:
121121
id: meta
122122
uses: docker/metadata-action@v5
123123
with:
124-
images: ${{ env.REGISTRY_IMAGE }}
124+
images: ${{ env.IMAGE_NAME }}
125125
tags: |
126126
type=ref,event=branch
127127
type=ref,event=pr
@@ -132,7 +132,7 @@ jobs:
132132
working-directory: ${{ runner.temp }}/digests
133133
run: |
134134
docker buildx imagetools create $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
135-
$(printf '${{ env.REGISTRY_IMAGE }}@sha256:%s ' *)
135+
$(printf '${{ env.IMAGE_NAME }}@sha256:%s ' *)
136136
137137
- name: Inspect image
138138
run: |

0 commit comments

Comments
 (0)