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 bf99bc3 commit 9407f37Copy full SHA for 9407f37
build/build-image.sh
@@ -45,7 +45,7 @@ docker build "$ROOT" \
45
-t cortexlabs/${image} \
46
-t cortexlabs/${image}:${CORTEX_VERSION}
47
48
-if [ "$slim" == "true"]; then
+if [ "$slim" == "true" ]; then
49
docker build "$ROOT" \
50
-f $dir/Dockerfile \
51
--build-arg SLIM=true \
build/push-image.sh
@@ -41,6 +41,6 @@ echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
41
42
docker push cortexlabs/${image}:${CORTEX_VERSION}
43
44
docker push cortexlabs/${image}-slim:${CORTEX_VERSION}
fi
0 commit comments