Use volumes instead of mount
Some checks failed
Build hyprwayland-scanner / Build and push image (push) Failing after 37s
Some checks failed
Build hyprwayland-scanner / Build and push image (push) Failing after 37s
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user