jetzt wirds wild
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user