Fix build workflow
Some checks failed
Build / build (push) Failing after 39s

This commit is contained in:
Moritz Ruth 2025-02-28 22:25:50 +01:00
parent a3e863a1cb
commit 6cc00ba2a7
Signed by: moritzruth
GPG key ID: C9BBAB79405EE56D

View file

@ -17,7 +17,9 @@ jobs:
uses: "https://code.forgejo.org/actions/checkout@v4"
- name: "Install Podman and Buildah"
run: "apk add podman buildah"
run: |
apk add podman buildah
sed -i "s/overlay/vfs/g" /etc/containers/storage.conf
- name: "Build the container image"
id: "build-image"