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
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user