Add image to podman run
Some checks failed
Build hyprwayland-scanner / Build and push image (push) Failing after 37s

This commit is contained in:
2025-11-28 00:08:10 -05:00
parent 43845ad663
commit e1b9cc8136

View File

@@ -40,6 +40,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 \
fedora:latest \
/entrypoint.sh /root/rpmbuild/SPECS/hyprwayland-scanner.spec /entrypoint.sh /root/rpmbuild/SPECS/hyprwayland-scanner.spec
- name: List everything - name: List everything