Skip to content

Commit

Permalink
build: fix release name reference on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Jun 20, 2021
1 parent 12ba2a8 commit 6b7f9f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
push: true
tags: |
${{ github.repository }}:${{ github.ref }}
${{ github.repository }}:${{ github.event.release.tag_name }}
${{ github.repository }}:latest
push_to_github:
Expand All @@ -45,6 +45,6 @@ jobs:
with:
push: true
tags: |
docker.pkg.github.com/${{ github.repository }}:${{ github.ref }}
docker.pkg.github.com/${{ github.repository }}:${{ github.event.release.tag_name }}
docker.pkg.github.com/${{ github.repository }}:latest

0 comments on commit 6b7f9f2

Please sign in to comment.