Skip to content

Commit

Permalink
fix dockerfile path so it matches master (#44576)
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Aug 5, 2021
1 parent ab19c04 commit 3a797d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Expand Up @@ -82,7 +82,7 @@ jobs:
run: |
pushd .docker
docker pull qgis/qgis3-build-deps:${DOCKER_TAG} || true
docker build --build-arg UBUNTU_BASE=${UBUNTU_BASE} --cache-from qgis/qgis3-build-deps:${DOCKER_TAG} -t qgis/qgis3-build-deps:${DOCKER_TAG} -f qgis3-build-deps.dockerfile .
docker build --build-arg UBUNTU_BASE=${UBUNTU_BASE} --cache-from qgis/qgis3-build-deps:${DOCKER_TAG} -t qgis/qgis3-build-deps:${DOCKER_TAG} -f qgis3-qt5-build-deps.dockerfile .
popd
- name: Push deps image
Expand Down

0 comments on commit 3a797d6

Please sign in to comment.