Skip to content

Commit

Permalink
gha: release.yml fix ghcr.io tag
Browse files Browse the repository at this point in the history
previously used variable was not available.

Signed-off-by: Pavel Abramov <[email protected]>
  • Loading branch information
uncleDecart committed Nov 28, 2024
1 parent c66d6de commit f644e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
tags: |
${{env.IMAGE_NAME}}:${{ github.ref_name }}
${{env.IMAGE_NAME}}:latest
ghcr.io/${{ github.repository_owner }}/adam:${{ github.event.release.tag_name }}
ghcr.io/${{ github.repository_owner }}/adam:${{ github.ref_name }}
ghcr.io/${{ github.repository_owner }}/adam:latest

0 comments on commit f644e2b

Please sign in to comment.