Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 87035ec

Browse files
committed
Fix CI and tag v0.3.1
1 parent 4b7cd78 commit 87035ec

File tree

3 files changed

+267
-251
lines changed

3 files changed

+267
-251
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
if [[ $TAG_NAME == "master" ]]; then
2727
echo "TAG_NAME=latest" >> "$GITHUB_OUTPUT"
2828
elif [[ ${TAG_NAME:0:1} == "v" ]]; then
29-
echo "TAG_NAME=${VERSION_NAME:1}" >> "$GITHUB_OUTPUT"
29+
echo "TAG_NAME=${TAG_NAME:1}" >> "$GITHUB_OUTPUT"
3030
fi
3131
3232
- name: Build and Push

0 commit comments

Comments
 (0)