From 2c5429e01c72bb802fc4da7c872c8e169fdb3d1b Mon Sep 17 00:00:00 2001 From: Guillaume Grossetie Date: Sat, 3 Sep 2022 14:46:15 +0200 Subject: [PATCH] Publish on ggrossetie namespace --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eabd8181..cc5df318 100644 --- a/Makefile +++ b/Makefile @@ -22,4 +22,4 @@ publishDocker: ifndef RELEASE_VERSION $(error RELEASE_VERSION is undefined) endif - docker buildx build --push --platform linux/amd64,linux/arm64 --tag asciidoctor-web-pdf:latest --tag asciidoctor-web-pdf:${RELEASE_VERSION} . + docker buildx build --push --platform linux/amd64,linux/arm64 --tag ggrossetie/asciidoctor-web-pdf:latest --tag ggrossetie/asciidoctor-web-pdf:${RELEASE_VERSION} .