From b1d3e842b1b1d7e980c7401cf806d411dd96886f Mon Sep 17 00:00:00 2001 From: Nicolas Bock Date: Wed, 29 May 2024 13:07:30 -0600 Subject: [PATCH] Tag development images as in production Signed-off-by: Nicolas Bock --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2b127d2..d59b44e 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ docker-build: athena-monitor docker-build-monitor athena-processor docker-build- .PHONY: docker-build-monitor docker-build-processor docker-build-monitor docker-build-processor: docker-build-%: docker build \ - --tag athena/athena-$*-linux-amd64:$(subst /,-,$(shell git rev-parse --abbrev-ref HEAD)) \ + --tag ghcr.io/canonical/athena-$*-linux-amd64:$(subst /,-,$(shell git rev-parse --abbrev-ref HEAD)) \ --file cmd/$*/Dockerfile \ $(if $(NOCACHE),--no-cache,) \ --build-arg ARCH=amd64 \