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:
|
||||
runs-on: self-hosted
|
||||
container:
|
||||
image: registry.fedoraproject.org/fedora:latest
|
||||
image: quay.io/podman/stable:latest
|
||||
options: --userns=keep-id --privileged --user root
|
||||
steps:
|
||||
# Downloads a copy of the code in your repository before running CI tests
|
||||
|
||||
Reference in New Issue
Block a user