From 68c2d6737d1c42c30f62fe6b01d9bf5b406a9195 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Fri, 23 Oct 2020 11:00:13 +1100 Subject: [PATCH] Removing the amazeeio image publishing guardrail --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8e82dd3b5..5f97068ea 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,7 @@ docker_publish_testlagoon = docker tag $(CI_BUILD_TAG)/$(1) testlagoon/$(2) && d docker_publish_uselagoon = docker tag $(CI_BUILD_TAG)/$(1) uselagoon/$(2) && docker push uselagoon/$(2) | cat # Tags an image with the `amazeeio` repository and pushes it -docker_publish_amazeeio = docker tag $(CI_BUILD_TAG)/$(1) amazeeiolagoon/$(2) && docker push amazeeiolagoon/$(2) | cat +docker_publish_amazeeio = docker tag $(CI_BUILD_TAG)/$(1) amazeeio/$(2) && docker push amazeeio/$(2) | cat ####### ####### Base Images @@ -412,4 +412,4 @@ $(s3-load): # Clean all build touches, which will case make to rebuild the Docker Images (Layer caching is # still active, so this is a very safe command) clean: - rm -rf build/* \ No newline at end of file + rm -rf build/*