fix(ci): try add host /tmp
Some checks failed
CI / lint (push) Successful in 40s
CI / Molecule Test (almalinux9) (push) Successful in 1m15s
CI / Molecule Test (almalinux8) (push) Successful in 1m37s
CI / release (push) Failing after 45s
CI / notify (push) Has been skipped

This commit is contained in:
2025-04-14 11:21:06 +12:00
parent 797824ad76
commit 1fedea38e3

View File

@@ -11,6 +11,7 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:rw - /sys/fs/cgroup:/sys/fs/cgroup:rw
- /run - /run
- /run/lock - /run/lock
- /tmp
cgroupns_mode: host cgroupns_mode: host
privileged: true privileged: true
pre_build_image: true pre_build_image: true