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 d20f061 commit c99d8bbCopy full SHA for c99d8bb
.github/workflows/builder-build.yml
@@ -13,6 +13,7 @@ env:
13
REGISTRY: ghcr.io
14
IMAGE_NAME: bounverif/autoware
15
AUTOWARE_VERSION: latest
16
+ TMPDIR: /var/lib/containers/tmp
17
18
concurrency:
19
group: ${{ github.workflow }}-${{ github.ref }}
@@ -35,10 +36,9 @@ jobs:
35
36
remove-haskell: 'true'
37
remove-codeql: 'true'
38
remove-docker-images: 'true'
- build-mount-path: '/var' # The remaining space only for container build
39
+ build-mount-path: '/var/lib/containers' # The remaining space only for container build
40
- - name: Restart docker
41
- run: sudo service docker restart
+ - run: mkdir -p $TMPDIR
42
43
- name: Checkout repository
44
uses: actions/checkout@v4
0 commit comments