Update action.yaml

This commit is contained in:
uazo 2021-07-10 07:37:45 +02:00 committed by GitHub
parent 1a170243be
commit 0a416e5dc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,12 +29,11 @@ runs:
git clone https://github.com/uazo/bromite-buildtools git clone https://github.com/uazo/bromite-buildtools
cd bromite-buildtools/images/bromite-source/ cd bromite-buildtools/images/bromite-source/
sudo docker build -t uazo/bromite:$BROMITE_SHA --progress plain \ DOCKER_BUILDKIT=1 docker build -t uazo/bromite:$BROMITE_SHA --progress plain \
--no-cache \ --no-cache \
--build-arg BROMITE_SHA=$BROMITE_SHA \ --build-arg BROMITE_SHA=$BROMITE_SHA \
--build-arg VERSION=$VERSION \ --build-arg VERSION=$VERSION \
. .
popd popd
rm -rf bromite-source
fi fi