This commit is contained in:
parent
a3e863a1cb
commit
6cc00ba2a7
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue