Attempt to put new container in group to fix permission issues
Some checks failed
Build hyprwayland-scanner / Build and push image (push) Failing after 39s

This commit is contained in:
2025-11-28 14:36:31 -05:00
parent 52196ce9a2
commit d97a6c0f20

View File

@@ -36,6 +36,7 @@ jobs:
podman run --rm \ podman run --rm \
--mount type=bind,src=${GITEA_WORKSPACE}/rpmbuild,dst=/root/rpmbuild \ --mount type=bind,src=${GITEA_WORKSPACE}/rpmbuild,dst=/root/rpmbuild \
--mount type=bind,src=entrypoint.sh,dst=/entrypoint.sh \ --mount type=bind,src=entrypoint.sh,dst=/entrypoint.sh \
--group-add keep-groups \
fedora:latest \ fedora:latest \
/entrypoint.sh /root/rpmbuild/SPECS/hyprwayland-scanner.spec /entrypoint.sh /root/rpmbuild/SPECS/hyprwayland-scanner.spec