File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ cp -r ${CCACHE_DIR} ${TRAVIS_BUILD_DIR}/.ccache_image_build
25
25
DIR=$( git rev-parse --show-toplevel) /.docker
26
26
pushd " ${DIR} "
27
27
echo " ${bold} Building QGIS Docker image '${DOCKER_TAG} '...${endbold} "
28
- docker build --build-arg DOCKER_TAG=" ${DOCKER_TAG} " \
29
- --cache-from " qgis/qgis:${DOCKER_TAG} " \
30
- -t " qgis/qgis:${DOCKER_TAG} " \
31
- -f qgis.dockerfile ..
28
+ DOCKER_BUILDKIT=1 docker build --build-arg DOCKER_TAG=" ${DOCKER_TAG} " \
29
+ --cache-from " qgis/qgis:${DOCKER_TAG} " \
30
+ -t " qgis/qgis:${DOCKER_TAG} " \
31
+ -f qgis.dockerfile ..
32
32
echo " ${bold} Pushing image to docker hub...${endbold} "
33
33
docker login -u=" $DOCKER_USERNAME " -p=" $DOCKER_PASSWORD "
34
34
docker push " qgis/qgis:${DOCKER_TAG} "
You can’t perform that action at this time.
0 commit comments