CI: remove docker buildx caching ...
... it's a bit buggy
This commit is contained in:
parent
50591d6a1d
commit
8aae9555fa
|
@ -32,5 +32,3 @@ jobs:
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: ${{ (github.ref == 'refs/heads/master') && (github.repository == 'citra-emu/citra-multiplayer-dedicated') }}
|
push: ${{ (github.ref == 'refs/heads/master') && (github.repository == 'citra-emu/citra-multiplayer-dedicated') }}
|
||||||
tags: citraemu/citra-multiplayer-dedicated:latest
|
tags: citraemu/citra-multiplayer-dedicated:latest
|
||||||
cache-from: type=gha
|
|
||||||
cache-to: type=gha,mode=max
|
|
||||||
|
|
Reference in New Issue