diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index ee6ad1a..7a7dcc6 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -51,6 +51,5 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - cache-from: type=gha - cache-to: type=gha,mode=max + no-cache: true platforms: linux/amd64,linux/arm64