Skip to content

Commit d8bb667

Browse files
authored
Update main.yml
1 parent d942fb8 commit d8bb667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
run: |
3030
$env:DOCKER_BUILDKIT=1
3131
$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 .
32+
.\buildx.exe build --push -f docker/xcache.dockerfile --cache-to type=gha,mode=max --cache-from type=gha -t docker.io/library/app:latest .
3333
3434
- uses: fawazahmed0/action-debug-vscode@main

0 commit comments

Comments
 (0)