File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ docker --version
2121# docker pull ubuntu:16.04
2222docker pull " qgis/qgis3-build-deps:${DOCKER_TAG} " || true
2323docker build --file Dockerfile-deps \
24- --cache-from " qgis/qgis3-build-deps:${DOCKER_TAG} " \
24+ --cache-from " qgis/qgis3-build-deps:${DOCKER_TAG} " \
2525 --tag " qgis/qgis3-build-deps:${DOCKER_TAG} " .
2626# image should be pushed even if QGIS build fails
2727# but push is achieved only on branches (not for PRs)
@@ -30,5 +30,6 @@ if [[ $DOCKER_PUSH =~ true ]]; then
3030 # docker tag "qgis/qgis3-build-deps:${DOCKER_TAG}" "qgis/qgis3-build-deps:latest"
3131 docker push " qgis/qgis3-build-deps:${DOCKER_TAG} "
3232fi
33+ docker tag " qgis/qgis3-build-deps:${DOCKER_TAG} " " qgis/qgis3-build-deps:current_build"
3334
3435popd
Original file line number Diff line number Diff line change 11
2- ARG DOCKER_TAG=latest
3-
4- FROM qgis/qgis3-build-deps:$DOCKER_TAG
2+ FROM qgis/qgis3-build-deps:current_build
53MAINTAINER Denis Rouzaud <denis.rouzaud@gmail.com>
64
75RUN ls /root/.ccache
You can’t perform that action at this time.
0 commit comments