diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml index 21d0fc60..d9892f76 100644 --- a/.github/workflows/artifacts.yaml +++ b/.github/workflows/artifacts.yaml @@ -71,8 +71,8 @@ jobs: with: context: . platforms: linux/amd64,linux/arm/v7,linux/arm64 - cache-from: type=gha - cache-to: type=gha,mode=max + # cache-from: type=gha + # cache-to: type=gha,mode=max push: ${{ github.event_name == 'push' }} tags: ${{ steps.meta.outputs.tags }} build-args: | diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index d6b993af..fcebfc30 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -76,8 +76,8 @@ jobs: with: context: . platforms: linux/amd64,linux/arm/v7,linux/arm64 - cache-from: type=gha - cache-to: type=gha,mode=max + # cache-from: type=gha + # cache-to: type=gha,mode=max push: ${{ github.event_name == 'push' }} tags: ${{ steps.tags.outputs.tags }} build-args: |