We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07bdfb2 commit 82e3491Copy full SHA for 82e3491
.github/workflows/build-runner.yaml
@@ -29,7 +29,7 @@ jobs:
29
- name: Build Image
30
run: |
31
docker buildx create --name builder --use --driver docker-container
32
- make -C linux build BUILDX_ARGS="--cache-from=type=gha --cache-to=type=gha,mode=max --load"
+ make -C linux build BUILDX_ARGS="--load"
33
34
- name: Push Image
35
if: ${{ github.event_name == 'push' }}
0 commit comments