diff --git a/test/cmd.sh b/test/cmd.sh index d5d97735..bda9563a 100755 --- a/test/cmd.sh +++ b/test/cmd.sh @@ -1,7 +1,7 @@ #!/usr/bin/env sh set -eux -docker buildx build ./src --build-arg TARGETPLATFORM="${TARGETPLATFORM}" --tag pihole:${GIT_TAG} --no-cache +docker buildx build ./src --build-arg TARGETPLATFORM="${TARGETPLATFORM}" --build-arg FTL_BRANCH="development" --build-arg CORE_BRANCH="development" --build-arg WEB_BRANCH="development" --tag pihole:${GIT_TAG} --no-cache docker images pihole:${GIT_TAG} # auto-format the pytest code