feature/build #1

Open
Tobi wants to merge 43 commits from feature/build into develop
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