fix(ci): correct dockerhub tag

!57
This commit is contained in:
2023-06-08 14:24:27 +09:30
parent ae8b936c5d
commit 9b00af996f

View File

@ -50,7 +50,7 @@
DOCKER_HUB_TAG=latest
if [ "0$CI_COMMIT_TAG" == *"rc"* ]; then
if [[ "0$CI_COMMIT_TAG" == *"rc"* ]]; then
DOCKER_HUB_TAG=dev