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 d942fb8 commit d8bb667Copy full SHA for d8bb667
.github/workflows/main.yml
@@ -29,6 +29,6 @@ jobs:
29
run: |
30
$env:DOCKER_BUILDKIT=1
31
$env:BUILDX_EXPERIMENTAL=1
32
- .\buildx.exe build --push -f docker/xcache.dockerfile --cache-to type=gha --cache-from type=gha -t docker.io/library/app:latest .
+ .\buildx.exe build --push -f docker/xcache.dockerfile --cache-to type=gha,mode=max --cache-from type=gha -t docker.io/library/app:latest .
33
34
- uses: fawazahmed0/action-debug-vscode@main
0 commit comments