Build-Job ist privileged
Some checks failed
Build Docker Image (Podman) / build (push) Failing after 47s

This commit is contained in:
Eric Neuber 2026-02-21 16:58:32 +01:00
parent 1c8dd77946
commit 839fd24b4e

View File

@ -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