diff --git a/containers/build.sh b/containers/build.sh index e8890b4..390bdbb 100755 --- a/containers/build.sh +++ b/containers/build.sh @@ -9,7 +9,7 @@ IFS=$'\n\t' SCRIPT_DIR=$(cd "$(dirname "$0")" && pwd) -HN2B="hn2b.sh" +HN2B="${HN2B:-hn2b.sh}" IMAGE_REPO="ghcr.io/taughz/dev" DEFAULT_TARGET_TAG="built"