Update build_bromite.yaml

This commit is contained in:
uazo
2021-07-12 20:43:47 +02:00
committed by GitHub
parent baacc1b7cf
commit 03f6666aa6

View File

@@ -98,6 +98,7 @@ jobs:
if [ $IS_PRESENT -ne "0" ]; then if [ $IS_PRESENT -ne "0" ]; then
DOCKER_BUILDKIT=1 docker build -t uazo/bromite-build:$BROMITE_SHA --progress plain \ DOCKER_BUILDKIT=1 docker build -t uazo/bromite-build:$BROMITE_SHA --progress plain \
--build-arg BROMITE_SHA=$BROMITE_SHA \ --build-arg BROMITE_SHA=$BROMITE_SHA \
--no-cache \
bromite-buildtools/images/bromite-build/. bromite-buildtools/images/bromite-build/.
fi fi
fi fi