Skip to content

Commit 1edb53b

Browse files
committed
fix: typo
1 parent 95e801d commit 1edb53b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id: meta
3131
uses: docker/metadata-action@v5
3232
with:
33-
images: ${{REGISTRY}}/${{IMAGE_NAME}}
33+
images: ${{env.REGISTRY}}/${{env.IMAGE_NAME}}
3434
tags: |
3535
type=sha,prefix={{branch}}-
3636

0 commit comments

Comments
 (0)