@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
IMAGE="registry.gabrielkaszewski.dev/movies-diary:latest"
docker buildx build --platform linux/amd64 -t "$IMAGE" --push .
echo "pushed $IMAGE"
The note is not visible to the blocked user.