Adding on github actions
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
container:
|
container:
|
||||||
image: registry.fedoraproject.org/fedora:latest
|
image: quay.io/podman/stable:latest
|
||||||
options: --userns=keep-id --privileged --user root
|
options: --userns=keep-id --privileged --user root
|
||||||
steps:
|
steps:
|
||||||
# Downloads a copy of the code in your repository before running CI tests
|
# Downloads a copy of the code in your repository before running CI tests
|
||||||
|
|||||||
Reference in New Issue
Block a user