diff --git a/build.sh b/build.sh index b48e242..de6f300 100755 --- a/build.sh +++ b/build.sh @@ -43,7 +43,7 @@ else fi if [[ ${STABLE:-} == "$VERSION" ]]; then - TAGS+=" -T $DOCKER_REPO:stable" + TAGS+=" -t $DOCKER_REPO:stable" fi fi