Skip to content

Commit 731a09f

Browse files
authored
Merge pull request #7 from aws-samples/trenton/master
Add registry ID for af-south-1
2 parents a6cb52b + 933fb1b commit 731a09f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sagemaker_studio_image_build/data/buildspec.template.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ phases:
88
- $(aws ecr get-login --no-include-email --region $AWS_DEFAULT_REGION --registry-ids 763104351884)
99
- $(aws ecr get-login --no-include-email --region $AWS_DEFAULT_REGION --registry-ids 217643126080)
1010
- $(aws ecr get-login --no-include-email --region $AWS_DEFAULT_REGION --registry-ids 727897471807)
11+
- $(aws ecr get-login --no-include-email --region $AWS_DEFAULT_REGION --registry-ids 626614931356)
1112
build:
1213
commands:
1314
- echo Build started on `date`

0 commit comments

Comments
 (0)