Skip to content

Commit 365fd26

Browse files
committed
Export TMPDIR
1 parent 60c7e1f commit 365fd26

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
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Build builder image
5050
run: |
51-
/usr/bin/buildah bud .
51+
TMPDIR=${{env.TMPDIR}} /usr/bin/buildah bud .
5252
--platform linux/amd64
5353
-f ./Dockerfile
5454
--build-arg AUTOWARE_VERSION=20240722

0 commit comments

Comments
 (0)