Skip to content

Commit

Permalink
Merge pull request #28 from bl3rune/auto-version-workflow
Browse files Browse the repository at this point in the history
fix tag
  • Loading branch information
bl3rune authored Jun 12, 2024
2 parents 37f1eee + 395ef88 commit 0cdac37
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 @@ -32,7 +32,7 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
tags: bl3rune/gamedig-discord-bot:latest,bl3rune/gamedig-discord-bot:${VERSION}
tags: bl3rune/gamedig-discord-bot:latest,bl3rune/gamedig-discord-bot:${{VERSION}}
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v2
with:
Expand Down

0 comments on commit 0cdac37

Please sign in to comment.