fix docker tag name

This commit is contained in:
2022-11-30 16:41:46 +01:00
parent 15b532d544
commit 7176d2fe35
+1 -1
View File
@@ -19,7 +19,7 @@ run_docker_container() {
"$DOCKER_IMAGE_NAME":"$GIT_BRANCH"
}
if [ "$GIT_BRANCH" == "master" ]; then
if [ "$GIT_BRANCH" == "main" ]; then
GIT_BRANCH="latest"
fi