From 1c18aa5868e15cbf724ad4afca4fd616c3022a00 Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Sat, 2 Mar 2024 23:13:14 +0100 Subject: [PATCH] remove cache --- .github/workflows/run-tests.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index b8c1a4d130c..14bac8cf7cd 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -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 }}