Compare commits

...

1 Commits
master ... ci

Author SHA1 Message Date
liushuyu
518dcf743d
CI: add Docker BuildX caching 2023-09-06 22:34:19 -06:00

View File

@ -46,8 +46,11 @@ jobs:
uses: docker/build-push-action@v4
with:
platforms: ${{ matrix.platform }}
pull: true
push: ${{ (github.ref == 'refs/heads/master') && (github.repository == 'citra-emu/citra-multiplayer-dedicated') }}
outputs: type=image,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Export digest
run: |
mkdir -p /tmp/digests