Skip to content

Commit

Permalink
rename image to reduce confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
leng-yue committed Sep 15, 2024
1 parent 78a9765 commit d4d698c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
if [[ $GITHUB_REF == refs/tags/v* ]]; then
version=$(basename ${GITHUB_REF})
else
version=dev
version=nightly
fi
echo "version=${version}" >> $GITHUB_ENV
Expand Down

0 comments on commit d4d698c

Please sign in to comment.