Set XDG_RUNTIME_DIR in build-containers systemd service needed for podman registry authentication

This commit is contained in:
Lilian 2025-07-01 14:47:47 -04:00
parent 5333f27ec6
commit 0e81183d77

View file

@ -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"