mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
docker.io
This commit is contained in:
parent
cb9452a0ad
commit
92f1b2ba29
12
.github/workflows/run-tests.yml
vendored
12
.github/workflows/run-tests.yml
vendored
@ -134,8 +134,8 @@ jobs:
|
||||
tags: qgis/qgis3-build-deps-${{ matrix.distro-version }}-qt${{ matrix.qt-version }}:${{ github.event.pull_request.base.ref || github.ref_name }}
|
||||
push: ${{ github.event_name == 'push' }}
|
||||
pull: true
|
||||
cache-from: type=registry,ref=qgis/qgis3-qt${{ matrix.qt-version }}-build-deps:cache
|
||||
cache-to: ${{ github.event_name == 'push' && 'type=registry,ref=qgis/qgis3-qt${{ matrix.qt-version }}-build-deps:cache,mode=max' || '' }}
|
||||
cache-from: type=registry,ref=docker.io/qgis/qgis3-qt${{ matrix.qt-version }}-build-deps:cache
|
||||
cache-to: ${{ github.event_name == 'push' && 'type=registry,ref=docker.io/qgis/qgis3-qt${{ matrix.qt-version }}-build-deps:cache,mode=max' || '' }}
|
||||
build-args:
|
||||
DISTRO_VERSION=${{ matrix.distro-version }}
|
||||
|
||||
@ -370,8 +370,8 @@ jobs:
|
||||
tags: qgis/qgis3-qt${{ matrix.qt-version }}-build-deps-bin-only:${{ github.event.pull_request.base.ref || github.ref_name }}
|
||||
push: ${{ github.event_name == 'push' }}
|
||||
pull: true
|
||||
cache-from: type=registry,ref=qgis/qgis3-qt${{ matrix.qt-version }}-build-deps-bin-only:cache
|
||||
cache-to: ${{ github.event_name == 'push' && 'type=registry,ref=qgis/qgis3-qt${{ matrix.qt-version }}-build-deps-bin-only:cache,mode=max' || '' }}
|
||||
cache-from: type=registry,ref=docker.io/qgis/qgis3-qt${{ matrix.qt-version }}-build-deps-bin-only:cache
|
||||
cache-to: ${{ github.event_name == 'push' && 'type=registry,ref=docker.io/qgis/qgis3-qt${{ matrix.qt-version }}-build-deps-bin-only:cache,mode=max' || '' }}
|
||||
target: ${{ matrix.docker-target }}
|
||||
build-args:
|
||||
DISTRO_VERSION=${{ matrix.distro-version }}
|
||||
@ -486,8 +486,8 @@ jobs:
|
||||
tags: qgis/qgis3-qt${{ matrix.qt-version }}-build-deps-bin-only:${{ github.event.pull_request.base.ref || github.ref_name }}
|
||||
push: ${{ github.event_name == 'push' }}
|
||||
pull: true
|
||||
cache-from: type=registry,ref=qgis/qgis3-qt${{ matrix.qt-version }}-build-deps-bin-only:cache
|
||||
cache-to: ${{ github.event_name == 'push' && 'type=registry,ref=qgis/qgis3-qt${{ matrix.qt-version }}-build-deps-bin-only:cache,mode=max' || '' }}
|
||||
cache-from: type=registry,ref=docker.io/qgis/qgis3-qt${{ matrix.qt-version }}-build-deps-bin-only:cache
|
||||
cache-to: ${{ github.event_name == 'push' && 'type=registry,ref=docker.io/qgis/qgis3-qt${{ matrix.qt-version }}-build-deps-bin-only:cache,mode=max' || '' }}
|
||||
target: ${{ matrix.docker-target }}
|
||||
build-args:
|
||||
DISTRO_VERSION=${{ matrix.distro-version }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user