diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index cd0c379..2c76f9c 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -54,8 +54,6 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - cache-from: type=gha - cache-to: type=gha,mode=max - name: Login to GHCR if: ${{ github.ref == 'refs/heads/main' }} @@ -88,5 +86,3 @@ jobs: push: true tags: ${{ steps.meta-ghcr.outputs.tags }} labels: ${{ steps.meta-ghcr.outputs.labels }} - cache-from: type=gha - cache-to: type=gha,mode=max