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
run: |
podman run --rm \
--mount type=bind,src=${GITEA_WORKSPACE}/rpmbuild,dst=/root/rpmbuild \
--mount type=bind,src=entrypoint.sh,dst=/entrypoint.sh \
--group-add keep-groups \
-v ${GITEA_WORKSPACE}/rpmbuild:/root/rpmbuild:rw \
-v ./entrypoint.sh:/entrypoint.sh \
fedora:latest \
/entrypoint.sh /root/rpmbuild/SPECS/hyprwayland-scanner.spec