From 0e81183d77b046724fcc40e905ab76a0016ab36a Mon Sep 17 00:00:00 2001 From: Lilian Date: Tue, 1 Jul 2025 14:47:47 -0400 Subject: [PATCH] Set XDG_RUNTIME_DIR in build-containers systemd service needed for podman registry authentication --- build-containers.service | 1 + 1 file changed, 1 insertion(+) diff --git a/build-containers.service b/build-containers.service index 5eea565..e2be257 100644 --- a/build-containers.service +++ b/build-containers.service @@ -5,3 +5,4 @@ Description=Rebuild Forgejo Actions containers Type=oneshot ExecStart=/etc/forgejo-actions/build-containers.sh Restart=no +Environment="XDG_RUNTIME_DIR=/run/user/0"