Unverified Commit 50561ba9 authored by Louis Thiery's avatar Louis Thiery Committed by GitHub
Browse files

disambiguate DOCKER_NAME for testnet from mainnet


Co-authored-by: default avatarJeff Grunewald <jgrunewald@helium.com>
parent 3cf5f922
Showing with 1 addition and 1 deletion
+1 -1
......@@ -58,7 +58,7 @@ case "$BUILD_TYPE" in
echo "Doing a testnet miner image build for ${IMAGE_ARCH}"
DOCKER_BUILD_ARGS="--build-arg EXTRA_BUILD_APK_PACKAGES=apk-tools --build-arg EXTRA_RUNNER_APK_PACKAGES=apk-tools --build-arg BUILDER_IMAGE=${BUILD_IMAGE} --build-arg RUNNER_IMAGE=${RUN_IMAGE} --build-arg REBAR_BUILD_TARGET=docker_testminer ${DOCKER_BUILD_ARGS}"
BASE_DOCKER_NAME=$(basename $(pwd))
DOCKER_NAME="${BASE_DOCKER_NAME}-${IMAGE_ARCH}_${VERSION}"
DOCKER_NAME="${BASE_DOCKER_NAME}-${IMAGE_ARCH}_testnet_${VERSION}"
;;
*)
echo "I don't know how to do a build for ${BUILD_TYPE}"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment