We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8853c4 commit 90ba713Copy full SHA for 90ba713
.github/workflows/builder-buildah-build.yml
@@ -13,7 +13,7 @@ env:
13
REGISTRY: ghcr.io
14
IMAGE_NAME: bounverif/autoware
15
AUTOWARE_VERSION: latest
16
- TMPDIR: /var/lib/containers/tmp
+ TMPDIR: /home/runner/.local/share/containers/tmp
17
18
concurrency:
19
group: ${{ github.workflow }}-${{ github.ref }}
@@ -36,7 +36,7 @@ jobs:
36
remove-haskell: 'true'
37
remove-codeql: 'true'
38
remove-docker-images: 'true'
39
- build-mount-path: '/home/runner/.local/share/containers/storage' # The remaining space only for container build
+ build-mount-path: '/home/runner/.local/share/containers' # The remaining space only for container build
40
41
- run: mkdir -p $TMPDIR
42
- run: whoami && id -u && id -g
0 commit comments