Skip to content

Commit

Permalink
add distro version to Docker build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Aug 6, 2021
1 parent 121ccba commit 67891a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Expand Up @@ -106,7 +106,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
image_name: qgis3-build-deps
image_name: qgis3-build-deps-${{ matrix.distro-version }}
dockerfile: .docker/qgis3-qt${{ matrix.qt-version }}-build-deps.dockerfile
build_extra_args: "--build-arg=DISTRO_VERSION=${{ matrix.distro-version }}"
push_git_tag: true
Expand Down

0 comments on commit 67891a6

Please sign in to comment.