From 354d328ff8f111a69f54cd8119dd66f38da7f768 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Wed, 18 Mar 2020 14:32:35 -0700 Subject: [PATCH] Uses dozzle instead of test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .