We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c3a4c commit 73b82e4Copy full SHA for 73b82e4
.github/workflows/docker.yml
@@ -161,7 +161,7 @@ jobs:
161
run: make docker-build-push-latest
162
env:
163
DOCKER_IMAGE_NAME: ${{ env.IMAGE_NAME }}
164
- GIT_TAG: ${{ steps.meta.outputs.git_tag }}
+ GIT_TAG: ${{ github.ref_name }}
165
166
- name: Skip (no docker changes on main)
167
if: ${{ !startsWith(github.ref, 'refs/tags/') && steps.changes.outputs.docker != 'true' }}
0 commit comments