更新 .gitea/workflows/ci.yml
CI / Build binary CI (push) Failing after 18m31s
Details
CI / Build binary CI (push) Failing after 18m31s
Details
This commit is contained in:
parent
e0b53935d1
commit
00c352c5da
|
@ -88,8 +88,6 @@ jobs:
|
|||
push: ${{ github.event_name != 'pull_request' }}
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
cache-from: type=local,src=/tmp/.buildx-cache
|
||||
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
|
||||
- name: Move cache
|
||||
run: |
|
||||
rm -rf /tmp/.buildx-cache
|
||||
|
|
Loading…
Reference in New Issue