diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2024-02-01 09:22:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-01 09:22:52 +0100 |
commit | 2758fc7e1474ae3dccfac90119f74a016f470678 (patch) | |
tree | ebeed5fbfb2e3edb8080537ea7fe67da31eb9216 | |
parent | 3541fcae0102a69d0d11389c705ccbf44b25aeaa (diff) | |
download | spack-2758fc7e1474ae3dccfac90119f74a016f470678.tar.gz spack-2758fc7e1474ae3dccfac90119f74a016f470678.tar.bz2 spack-2758fc7e1474ae3dccfac90119f74a016f470678.tar.xz spack-2758fc7e1474ae3dccfac90119f74a016f470678.zip |
Remove caching in generated Dockerfiles (#42405)
-rw-r--r-- | .github/workflows/build-containers.yml | 2 |
1 files changed, 0 insertions, 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 }} |