Use volumes instead of mount
Some checks failed
Build hyprwayland-scanner / Build and push image (push) Failing after 37s

This commit is contained in:
2025-11-28 18:20:15 -05:00
parent d97a6c0f20
commit 3246125777

View File

@@ -34,9 +34,8 @@ jobs:
shell: bash shell: bash
run: | run: |
podman run --rm \ podman run --rm \
--mount type=bind,src=${GITEA_WORKSPACE}/rpmbuild,dst=/root/rpmbuild \ -v ${GITEA_WORKSPACE}/rpmbuild:/root/rpmbuild:rw \
--mount type=bind,src=entrypoint.sh,dst=/entrypoint.sh \ -v ./entrypoint.sh:/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