Skip to content

Commit

Permalink
[release-3_20] fix docker cache "Run tests" (#44617)
Browse files Browse the repository at this point in the history
  • Loading branch information
MorriganR committed Aug 10, 2021
1 parent bd62ca6 commit e80964c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Expand Up @@ -302,7 +302,9 @@ jobs:
pushd .docker
TARGET=$( ( [[ ${TEST_BATCH} == "ORACLE" ]] && echo "binary-for-oracle" ) \
|| echo "binary-only" )
docker pull qgis/qgis3-build-deps:${DOCKER_TAG} || :
docker build --target $TARGET --build-arg UBUNTU_BASE=${UBUNTU_BASE} --cache-from qgis/qgis3-build-deps:${DOCKER_TAG} -t qgis/qgis3-build-deps-bin-only:${DOCKER_TAG} -f qgis3-qt5-build-deps.dockerfile .
docker rmi -f qgis/qgis3-build-deps:${DOCKER_TAG} || :
popd
- name: Print disk space
Expand Down

0 comments on commit e80964c

Please sign in to comment.