Skip to content

Commit

Permalink
docker images are now focal by default
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 15, 2021
1 parent 5f449ea commit 0f4993b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build-docker.yml
@@ -1,6 +1,11 @@
name: Build Docker images for current branches

on:
push:
branches:
- master
paths:
- .github/workflows/build-docker.yml
schedule:
# runs every day
- cron: '0 0 * * *'
Expand Down Expand Up @@ -40,8 +45,8 @@ jobs:
branch: ${{ matrix.branch }}
run: |
export DOCKER_TAG=${branch//master/latest}
export DOCKER_BUILD_DEPS_FILE=qgis3-build-deps-focal.dockerfile
export DOCKER_DEPS_TAG=${DOCKER_TAG}_focal
export DOCKER_BUILD_DEPS_FILE=qgis3-build-deps.dockerfile
export DOCKER_DEPS_TAG=${DOCKER_TAG}
echo "branch: ${branch}"
echo "docker tag: ${DOCKER_TAG}"
Expand Down

0 comments on commit 0f4993b

Please sign in to comment.