jetzt wirds wild
Some checks failed
CI / build-and-test (pull_request) Successful in 2m44s
CI / build-docker-image (pull_request) Failing after 3m23s

This commit is contained in:
Tobias Klemp
2025-12-07 23:24:57 +01:00
parent d57bccde00
commit fbd2cf9dfa

View File

@@ -41,8 +41,11 @@ jobs:
build-docker-image: build-docker-image:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Update package list
run: sudo apt-get update
- name: Setup Podman - name: Setup Podman
uses: gacts/install-podman@v1 run: sudo apt-get -y install podman
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4