3proxy/.github
Vladimir Dubrovin 7a80a6ceb8 Fix rpm signing: hand the built packages back to the runner user
The rpm build runs in a container as root, so the packages arrived in the
workspace owned by root. Renaming them still worked, since that only needs
write permission on the directory, but rpm --addsign rewrites the file in
place and failed:

    error: 3proxy-0.9.9.0.el9.x86_64.rpm: open failed: Permission denied

Restore the invoking user's ownership before leaving the container, falling
back to a mode change where the container cannot chown, as under a rootless
container runtime.
2026-08-22 12:09:25 +03:00
..
workflows Fix rpm signing: hand the built packages back to the runner user 2026-08-22 12:09:25 +03:00
dependabot.yml Add more docker platforms 2026-06-01 20:16:19 +03:00