Skip to content

Commit 90ba713

Browse files
committed
Fix path
1 parent d8853c4 commit 90ba713

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
REGISTRY: ghcr.io
1414
IMAGE_NAME: bounverif/autoware
1515
AUTOWARE_VERSION: latest
16-
TMPDIR: /var/lib/containers/tmp
16+
TMPDIR: /home/runner/.local/share/containers/tmp
1717

1818
concurrency:
1919
group: ${{ github.workflow }}-${{ github.ref }}
@@ -36,7 +36,7 @@ jobs:
3636
remove-haskell: 'true'
3737
remove-codeql: 'true'
3838
remove-docker-images: 'true'
39-
build-mount-path: '/home/runner/.local/share/containers/storage' # The remaining space only for container build
39+
build-mount-path: '/home/runner/.local/share/containers' # The remaining space only for container build
4040

4141
- run: mkdir -p $TMPDIR
4242
- run: whoami && id -u && id -g

0 commit comments

Comments
 (0)