From 2fd1eb5978a74e067c96898b580d19f65eb9f8b0 Mon Sep 17 00:00:00 2001 From: Jakob Ackermann Date: Thu, 18 Jul 2024 18:40:04 +0200 Subject: [PATCH] Merge pull request #19474 from overleaf/jpa-web-push-asap [web] push production image concurrent to CDN and Sentry upload GitOrigin-RevId: ebc1f4dcc05029dbeabc22fcecddef0ba283177e --- services/web/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/Makefile b/services/web/Makefile index 22b17f8bd8..847f7161e3 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -513,7 +513,7 @@ build: ../.. publish: - docker push $(DOCKER_REPO)/$(PROJECT_NAME):$(BRANCH_NAME)-$(BUILD_NUMBER) + docker push $(IMAGE_REPO_FINAL) tar: COMPOSE_PROJECT_NAME=tar_$(BUILD_DIR_NAME) $(DOCKER_COMPOSE) run --rm tar