Skip to content

Commit

Permalink
gha: release.yml fix docker tag
Browse files Browse the repository at this point in the history
before release.yml was never triggered, so error was not visible
this patch should fix it.

Signed-off-by: Pavel Abramov <[email protected]>
  • Loading branch information
uncleDecart committed Nov 28, 2024
1 parent 7fc90c8 commit c66d6de
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 @@ -36,7 +36,7 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
${{env.IMAGE_NAME}}:${{env.GITHUB_REF#refs/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:latest

0 comments on commit c66d6de

Please sign in to comment.