From 2758fc7e1474ae3dccfac90119f74a016f470678 Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Thu, 1 Feb 2024 09:22:52 +0100 Subject: [PATCH] Remove caching in generated Dockerfiles (#42405) --- .github/workflows/build-containers.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build-containers.yml b/.github/workflows/build-containers.yml index 94de37a344..944587e561 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -118,7 +118,5 @@ jobs: context: dockerfiles/${{ matrix.dockerfile[0] }} platforms: ${{ matrix.dockerfile[1] }} push: ${{ github.event_name != 'pull_request' }} - cache-from: type=gha - cache-to: type=gha,mode=max tags: ${{ steps.docker_meta.outputs.tags }} labels: ${{ steps.docker_meta.outputs.labels }}