Remove caching in generated Dockerfiles (#42405)

This commit is contained in:
Massimiliano Culpo 2024-02-01 09:22:52 +01:00 committed by GitHub
parent 3541fcae01
commit 2758fc7e14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -118,7 +118,5 @@ jobs:
context: dockerfiles/${{ matrix.dockerfile[0] }} context: dockerfiles/${{ matrix.dockerfile[0] }}
platforms: ${{ matrix.dockerfile[1] }} platforms: ${{ matrix.dockerfile[1] }}
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
cache-from: type=gha
cache-to: type=gha,mode=max
tags: ${{ steps.docker_meta.outputs.tags }} tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }} labels: ${{ steps.docker_meta.outputs.labels }}