Skip to content

Commit

Permalink
Merge branch 'develop' into bug/multi-vs
Browse files Browse the repository at this point in the history
  • Loading branch information
estohlmann authored Dec 16, 2024
2 parents 4fed4cb + 66500eb commit 927bc0f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,12 @@ endif

# DOMAIN - used for the docker login
ifeq (${DOMAIN},)
ifeq ($(findstring iso,${REGION}),)
DOMAIN := amazonaws.com
else
ifeq ($(findstring isob,${REGION}),isob)
DOMAIN := sc2s.sgov.gov
else ifeq ($(findstring iso,${REGION}),iso)
DOMAIN := c2s.ic.gov
else
DOMAIN := amazonaws.com
endif
endif

Expand Down

0 comments on commit 927bc0f

Please sign in to comment.