Skip to content

Commit 562cdb5

Browse files
committed
fixing env on credentials
1 parent b3af0f0 commit 562cdb5

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)