Skip to content

Commit

Permalink
Fix tag used
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Nov 7, 2022
1 parent 9b1cd16 commit 53f6fb8
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 @@ -53,4 +53,4 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}:${{ github.event.release.name }}
tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}:${{ github.event.release.tag_name }}

0 comments on commit 53f6fb8

Please sign in to comment.