Skip to content

Commit c66d6de

Browse files
committed
gha: release.yml fix docker tag
before release.yml was never triggered, so error was not visible this patch should fix it. Signed-off-by: Pavel Abramov <[email protected]>
1 parent 7fc90c8 commit c66d6de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
platforms: linux/amd64,linux/arm64
3737
push: true
3838
tags: |
39-
${{env.IMAGE_NAME}}:${{env.GITHUB_REF#refs/tags/}}
39+
${{env.IMAGE_NAME}}:${{ github.ref_name }}
4040
${{env.IMAGE_NAME}}:latest
4141
ghcr.io/${{ github.repository_owner }}/adam:${{ github.event.release.tag_name }}
4242
ghcr.io/${{ github.repository_owner }}/adam:latest

0 commit comments

Comments
 (0)