Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
estohlmann committed Dec 17, 2024
2 parents 9e9bb83 + 66500eb commit f2bd0fa
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 f2bd0fa

Please sign in to comment.