remove cache

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

View File

@ -134,8 +134,6 @@ 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=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 +368,6 @@ 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=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 +482,6 @@ 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=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 }}