We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae25d5f commit 272ee36Copy full SHA for 272ee36
.github/workflows/build.yml
@@ -100,13 +100,6 @@ jobs:
100
username: ${{ github.actor }}
101
password: ${{ secrets.GITHUB_TOKEN }}
102
103
- - name: Restore cache
104
- if: github.event_name != 'workflow_dispatch' || fromJSON(github.event.inputs.useCache)
105
- uses: actions/cache/restore@v4
106
- with:
107
- path: .buildx-cache-${{ matrix.policy }}_${{ matrix.platform }}/*
108
- key: buildx-cache-${{ matrix.policy }}-${{ matrix.platform }}
109
-
110
- name: Build
111
run: ./build.sh
112
0 commit comments