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
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user