From 562cdb5bbb30347ec4199dbd27ac85f879f74a1d Mon Sep 17 00:00:00 2001 From: Edd Almond <102675624+eddalmond1@users.noreply.github.com> Date: Wed, 4 Feb 2026 12:22:35 +0000 Subject: [PATCH] fixing env on credentials --- sandbox/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sandbox/Makefile b/sandbox/Makefile index c9eb6ff..bd6facc 100644 --- a/sandbox/Makefile +++ b/sandbox/Makefile @@ -1,4 +1,5 @@ SHELL := /bin/bash +ENV ?= prod dirname := $(notdir $(patsubst %/,%,$(CURDIR))) project_name = eligibility-signposting-api @@ -22,7 +23,7 @@ build-and-tag: make tag-service-image proxygen-docker-login: # Login to Proxygen Docker registry - make -C .. setup-proxygen-credentials + make -C .. setup-proxygen-credentials ENV=$(ENV) proxygen docker get-login | bash publish-to-docker-repo: