mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-03-22 02:29:08 +00:00
Fix building image with buildah and become (#451)
Probably we hit a bug in CI: https://github.com/containers/buildah/issues/3887 Unset envs to prevent error "sd-bus call: Transport endpoint is not connected" Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
parent
2c88b822cf
commit
33580c8991
1 changed files with 3 additions and 0 deletions
|
|
@ -28,3 +28,6 @@
|
|||
build:
|
||||
format: docker
|
||||
become: true
|
||||
environment:
|
||||
XDG_RUNTIME_DIR: ""
|
||||
DBUS_SESSION_BUS_ADDRESS: ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue