Build-Job ist privileged
Some checks failed
Build Docker Image (Podman) / build (push) Failing after 47s
Some checks failed
Build Docker Image (Podman) / build (push) Failing after 47s
This commit is contained in:
parent
1c8dd77946
commit
839fd24b4e
@ -9,6 +9,8 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: podman-latest
|
runs-on: podman-latest
|
||||||
|
container:
|
||||||
|
options: --privileged
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user