diff --git a/builder.sh b/builder.sh index d9bd3ac..7c29db9 100755 --- a/builder.sh +++ b/builder.sh @@ -285,7 +285,7 @@ function run_build() { # Tag latest if [ "$DOCKER_LATEST" == "true" ]; then - push_tags+=("latest") + docker_tags+=("latest") fi # Tag images