diff --git a/Makefile b/Makefile index dadb9b3..ef8b4d3 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ all: build push docker-build-release: @if [ -z "$(tag)" ]; then \ - echo "Error: tag is required. Usage: make build-all tag="; \ + echo "Error: tag is required. Usage: make docker-build-release tag="; \ exit 1; \ fi docker buildx build --platform linux/arm64,linux/amd64 -t fosrl/gerbil:latest -f Dockerfile --push .