From c681cc8dc028fcb7b3c1ff021dc4839e93f45bfb Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Tue, 28 Jun 2022 17:12:49 +0200 Subject: [PATCH] updated agate --- agate/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agate/Makefile b/agate/Makefile index 76e6865..e790cea 100644 --- a/agate/Makefile +++ b/agate/Makefile @@ -3,7 +3,7 @@ REGISTRY=registry.monotremata.xyz IMG=$(REGISTRY)/$(IMG_NAME) PLATFORMS=linux/amd64 -.PHONY: build build-nc +.PHONY: build push buildx build: Dockerfile docker build -t $(IMG) .