Merge branch 'master' of github.com:projecthorus/chasemapper

pull/43/head v1.4.2.2
Mark Jessop 2022-08-28 21:05:24 +09:30
commit 11ded492db
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -48,7 +48,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
platforms: linux/amd64, linux/386, linux/arm64, linux/arm/v6, linux/arm/v7
platforms: linux/amd64, linux/386, linux/arm64, linux/arm/v7
cache-from: type=local,src=/tmp/buildx-cache
cache-to: type=local,dest=/tmp/buildx-cache-new,mode=max
push: ${{ github.event_name != 'pull_request' }}