Skip to content

Commit 73b82e4

Browse files
committed
fix: fix workflow
1 parent b3c3a4c commit 73b82e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
run: make docker-build-push-latest
162162
env:
163163
DOCKER_IMAGE_NAME: ${{ env.IMAGE_NAME }}
164-
GIT_TAG: ${{ steps.meta.outputs.git_tag }}
164+
GIT_TAG: ${{ github.ref_name }}
165165

166166
- name: Skip (no docker changes on main)
167167
if: ${{ !startsWith(github.ref, 'refs/tags/') && steps.changes.outputs.docker != 'true' }}

0 commit comments

Comments
 (0)