Skip to content

Commit

Permalink
Fix build mount path again
Browse files Browse the repository at this point in the history
  • Loading branch information
doganulus committed Jul 22, 2024
1 parent d89b651 commit 9e08b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builder-buildah-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'
build-mount-path: '/var/lib/containers' # The remaining space only for container build
build-mount-path: '/var/lib/' # The remaining space only for container build

- run: mkdir -p $TMPDIR

Expand Down

0 comments on commit 9e08b3d

Please sign in to comment.