Skip to content

Commit d4d698c

Browse files
committed
rename image to reduce confusion
1 parent 78a9765 commit d4d698c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
if [[ $GITHUB_REF == refs/tags/v* ]]; then
2020
version=$(basename ${GITHUB_REF})
2121
else
22-
version=dev
22+
version=nightly
2323
fi
2424
2525
echo "version=${version}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)