Skip to content

Commit 3ea96cf

Browse files
committed
Fix use of .env tag in metadata step
1 parent 819be98 commit 3ea96cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
tags: |
107107
type=ref,event=branch
108108
type=ref,event=tag
109-
type=semver,pattern={{version}},value=${{ steps.dotenv.outputs.docker_tag }}
109+
type=semver,pattern={{version}},value=${{ env.DOCKER_TAG }}
110110
111111
# Build and push Docker image with Buildx (don't push on PR)
112112
# https://github.com/docker/build-push-action

0 commit comments

Comments
 (0)