@@ -26,7 +26,9 @@ build_docker_image() {
TAG="$1"
echo "Building..."
docker build -t "$DOCKER_IMAGE_NAME:$TAG" .
docker buildx build --push \
--platform linux/amd64 \
--tag "$DOCKER_IMAGE_NAME:$TAG" .
}
if [ "$GIT_BRANCH" == "main" ]; then
The note is not visible to the blocked user.