Skip to content

Commit 3ef5428

Browse files
russelmrclrrayst
authored andcommitted
Update docker-publish.yml
1 parent ba42add commit 3ef5428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
id: meta
7070
uses: docker/metadata-action@v4
7171
with:
72-
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
72+
images: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}"
7373
tags: |
7474
type=semver,pattern={{version}}
7575
type=semver,pattern={{major}}.{{minor}}

0 commit comments

Comments
 (0)