change docker image name
This commit is contained in:
parent
53a1034988
commit
15bba74d91
2
build.sh
2
build.sh
@ -6,7 +6,7 @@ TPUT=$(command -v tput 2>/dev/null || echo true)
|
|||||||
|
|
||||||
DIR=$(cd "$(dirname "$0")"; pwd -P)
|
DIR=$(cd "$(dirname "$0")"; pwd -P)
|
||||||
|
|
||||||
TOOLCHAIN_IMAGE="esp32-toolchain:latest"
|
TOOLCHAIN_IMAGE="uas-ugv-build:latest"
|
||||||
: ${BUILD_DIR:="$DIR/cmake-build"}
|
: ${BUILD_DIR:="$DIR/cmake-build"}
|
||||||
DOCKERFILE="$DIR/Dockerfile"
|
DOCKERFILE="$DIR/Dockerfile"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user