From 8aae9555fa1de6f61c14740a2b16966f47fe37f4 Mon Sep 17 00:00:00 2001 From: liushuyu Date: Wed, 5 Jan 2022 03:12:30 -0700 Subject: [PATCH] CI: remove docker buildx caching ... ... it's a bit buggy --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd31703..f5ab168 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,5 +32,3 @@ jobs: platforms: linux/amd64,linux/arm64 push: ${{ (github.ref == 'refs/heads/master') && (github.repository == 'citra-emu/citra-multiplayer-dedicated') }} tags: citraemu/citra-multiplayer-dedicated:latest - cache-from: type=gha - cache-to: type=gha,mode=max