Skip to content

Commit

Permalink
ci: Fix tags
Browse files Browse the repository at this point in the history
  • Loading branch information
timo-reymann committed Jun 10, 2021
1 parent 7e4a37e commit 36b7c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
context: .
push: true
tags: latest, ${{ env.GITHUB_TAG }}
tags: timoreymann/${{ env.DOCKER_REPO }}:latest, timoreymann/${{ env.DOCKER_REPO }}:${{ env.GITHUB_TAG }}
- name: Create GitHub release
uses: softprops/action-gh-release@v1
env:
Expand Down

0 comments on commit 36b7c3c

Please sign in to comment.