@@ -4,5 +4,5 @@ tag="${1:-latest}"
image="$name:$tag"
echo "Building $image..."
podman build -t "$image" --pull .
podman build -t "$image" --pull --build-arg "TAG=$tag" .
podman push "$image"
The note is not visible to the blocked user.