feature/build #1

Merged
Tobi merged 47 commits from feature/build into develop 2026-01-01 18:55:06 +01:00
Showing only changes of commit fbd2cf9dfa - Show all commits

View File

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