fix: update package installation commands for buildah and podman to use apt instead of apk
Some checks failed
Build and push / check and test (push) Successful in 7s
Build and push / build_and_push (map[name:metabase path:metabase]) (push) Failing after 4s
Build and push / build_and_push (map[name:postgres-backup path:postgres-backup]) (push) Has been cancelled
Build and push / build_and_push (map[name:pyweb path:pyweb]) (push) Has been cancelled
Build and push / build_and_push (map[name:shellcheck path:shellcheck]) (push) Has been cancelled
Build and push / build_and_push (map[name:vaultwarden-backup path:vaultwarden-backup]) (push) Has been cancelled

Signed-off-by: Uwe Hermann <uh@uleenucks.de>
This commit is contained in:
2026-04-15 17:53:36 +02:00
parent 0e05fdc1ea
commit e3e58832a8

View File

@@ -39,8 +39,8 @@ jobs:
- name: Install buildah and podman
run: |
apk update
apk add --no-cache buildah podman
sudo apt update
sudo apt install -y buildah podman
- name: Build ${{ matrix.image.name }} image
id: build