docker.io

This commit is contained in:
Denis Rouzaud 2024-03-02 23:09:34 +01:00 committed by GitHub
parent cb9452a0ad
commit 92f1b2ba29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}