@@ -3,9 +3,9 @@
set -x -o pipefail
tag=$1
build=${$2:-0}
build=$2
docker build -t ${tag}:latest .
if [[ $build -gt 0 ]]; then
if [[ $build == "" ]]; then
docker build -t ${tag}:${build} .
fi
The note is not visible to the blocked user.