Skip to content

Commit 4328d75

Browse files
authored
Docker build cache min mode
Setup cache to min mode because GHA actions are failing with "no space left"
1 parent 82e9ec0 commit 4328d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ jobs:
6565
build-args: |
6666
GIT_REF=${{ github.sha }}
6767
cache-from: type=gha
68-
cache-to: type=gha,mode=max
68+
cache-to: type=gha,mode=min
6969

0 commit comments

Comments
 (0)