We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee3d7f9 commit eb009efCopy full SHA for eb009ef
dev/export_images.sh
@@ -32,7 +32,7 @@ destination_ecr_prefix="cortexlabs"
32
destination_registry="${aws_account_id}.dkr.ecr.${ecr_region}.amazonaws.com/${destination_ecr_prefix}"
33
aws ecr get-login-password --region $ecr_region | docker login --username AWS --password-stdin $destination_registry
34
35
-source build/images.sh
+source $ROOT/build/images.sh
36
37
# create the image repositories
38
for image in "${all_images[@]}"; do
0 commit comments