Skip to content

Commit 5dd9823

Browse files
chore: fixed helmvm builder docker build process (#39)
tag_name is not properly processed, we need env.tag_name.
1 parent 27f1ccb commit 5dd9823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454
with:
5555
context: .
5656
push: true
57-
tags: ghcr.io/${{ github.repository }}:$TAG_NAME
57+
tags: ghcr.io/${{ github.repository }}:${{ env.TAG_NAME }}

0 commit comments

Comments
 (0)