Skip to content

Commit b09d49d

Browse files
committed
Fix build mount path
1 parent 9e08b3d commit b09d49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/builder-buildah-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
remove-haskell: 'true'
3737
remove-codeql: 'true'
3838
remove-docker-images: 'true'
39-
build-mount-path: '/var/lib/' # The remaining space only for container build
39+
build-mount-path: '/' # The remaining space only for container build
4040

4141
- run: mkdir -p $TMPDIR
4242

0 commit comments

Comments
 (0)