Skip to content

Commit 311fefe

Browse files
committed
No TMPDIR
1 parent a9ac5b6 commit 311fefe

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
@@ -52,7 +52,7 @@ jobs:
5252

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

0 commit comments

Comments
 (0)