1
0
Fork 0
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:
Sergey 2022-07-14 11:47:50 +03:00 committed by GitHub
parent 2c88b822cf
commit 33580c8991
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,3 +28,6 @@
build:
format: docker
become: true
environment:
XDG_RUNTIME_DIR: ""
DBUS_SESSION_BUS_ADDRESS: ""