Skip to content

Commit 27b6d72

Browse files
authored
Merge pull request #344 from NHSDigital/bugfix/eja-add-sandbox-image-build-and-deploy-to-dev-sandbox-workflow
fixing env on credentials
2 parents 368a72b + 996ca59 commit 27b6d72

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sandbox/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
SHELL := /bin/bash
2+
ENV ?= prod
23
dirname := $(notdir $(patsubst %/,%,$(CURDIR)))
34
project_name = eligibility-signposting-api
45

@@ -22,7 +23,7 @@ build-and-tag:
2223
make tag-service-image
2324

2425
proxygen-docker-login: # Login to Proxygen Docker registry
25-
make -C .. setup-proxygen-credentials
26+
make -C .. setup-proxygen-credentials ENV=$(ENV)
2627
proxygen docker get-login | bash
2728

2829
publish-to-docker-repo:

0 commit comments

Comments
 (0)