diff --git a/Makefile b/Makefile index aa7ae373..e5dd0eb9 100644 --- a/Makefile +++ b/Makefile @@ -3,4 +3,4 @@ PLATFROMS := linux/amd64,linux/arm64,linux/arm/v7 .PHONY: publish publish: - docker buildx build --build-arg TAG=$(TAG) --platform $(PLATFROMS) -t amir20/test:latest -t amir20/test:$(TAG) --push . + docker buildx build --build-arg TAG=$(TAG) --platform $(PLATFROMS) -t amir20/dozzle:latest -t amir20/dozzle:$(TAG) --push .