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 60c7e1f commit 365fd26Copy full SHA for 365fd26
.github/workflows/builder-buildah-build.yml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Build builder image
50
run: |
51
- /usr/bin/buildah bud .
+ TMPDIR=${{env.TMPDIR}} /usr/bin/buildah bud .
52
--platform linux/amd64
53
-f ./Dockerfile
54
--build-arg AUTOWARE_VERSION=20240722
0 commit comments