diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index fd811c8..f6a78a1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -59,6 +59,4 @@ jobs: push: false # Enable push to registry tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - cache-from: type=gha - cache-to: type=gha,mode=max diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9a90a3f..d02e249 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -58,6 +58,4 @@ jobs: context: . push: true # Enable push to registry tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} - cache-from: type=gha - cache-to: type=gha,mode=max \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file