From bfb98050e3d75acb429dcb9ca643a737afcadb80 Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Fri, 18 May 2018 16:57:53 +0100 Subject: [PATCH] don't push to quay.io --- services/filestore/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/services/filestore/Makefile b/services/filestore/Makefile index bb7eab8037..ef9dd9d63b 100644 --- a/services/filestore/Makefile +++ b/services/filestore/Makefile @@ -34,11 +34,9 @@ test_clean: test_acceptance_pre_run: @[ ! -f test/acceptance/scripts/pre-run ] && echo "filestore has no pre acceptance tests task" || $(DOCKER_COMPOSE) run --rm test_acceptance test/acceptance/scripts/pre-run build: - docker build --pull --tag quay.io/sharelatex/$(PROJECT_NAME):$(BRANCH_NAME)-$(BUILD_NUMBER) . docker build --pull --tag gcr.io/csh-gcdm-test/$(PROJECT_NAME):$(BRANCH_NAME)-$(BUILD_NUMBER) . publish: - docker push quay.io/sharelatex/$(PROJECT_NAME):$(BRANCH_NAME)-$(BUILD_NUMBER) docker push gcr.io/csh-gcdm-test/$(PROJECT_NAME):$(BRANCH_NAME)-$(BUILD_NUMBER) .PHONY: clean test test_unit test_acceptance test_clean build publish