Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Commit 3adfb4d

Browse files
committed
var
1 parent 470a566 commit 3adfb4d

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
@@ -73,7 +73,7 @@ jobs:
7373
id: meta
7474
uses: docker/metadata-action@v3.6.2
7575
with:
76-
images: ${{ IMAGE_NAME }}
76+
images: ${{ env.IMAGE_NAME }}
7777

7878
# Build and push Docker image with Buildx (don't push on PR)
7979
# https://github.com/docker/build-push-action

0 commit comments

Comments
 (0)