Skip to content

Commit

Permalink
chore: release on tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
theseion committed May 18, 2024
1 parent 59bf9e6 commit 4db873b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Build images
id: build-and-push
env:
GIT_TAG: "${GITHUB_REF}"
GIT_TAG: ${{ env.GITHUB_REF }}
uses: docker/[email protected]
with:
files: |
Expand Down

0 comments on commit 4db873b

Please sign in to comment.