fix: simplify installation command for buildah and podman
Some checks failed
Build and push / check and test (push) Successful in 8s
Build and push / build_and_push (map[name:metabase path:metabase]) (push) Failing after 22s
Build and push / build_and_push (map[name:postgres-backup path:postgres-backup]) (push) Failing after 22s
Build and push / build_and_push (map[name:pyweb path:pyweb]) (push) Failing after 21s
Build and push / build_and_push (map[name:shellcheck path:shellcheck]) (push) Failing after 22s
Build and push / build_and_push (map[name:vaultwarden-backup path:vaultwarden-backup]) (push) Failing after 22s
Some checks failed
Build and push / check and test (push) Successful in 8s
Build and push / build_and_push (map[name:metabase path:metabase]) (push) Failing after 22s
Build and push / build_and_push (map[name:postgres-backup path:postgres-backup]) (push) Failing after 22s
Build and push / build_and_push (map[name:pyweb path:pyweb]) (push) Failing after 21s
Build and push / build_and_push (map[name:shellcheck path:shellcheck]) (push) Failing after 22s
Build and push / build_and_push (map[name:vaultwarden-backup path:vaultwarden-backup]) (push) Failing after 22s
Signed-off-by: Uwe Hermann <uh@uleenucks.de>
This commit is contained in:
@@ -38,9 +38,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install buildah and podman
|
- name: Install buildah and podman
|
||||||
run: |
|
run: apt update && apt install -y buildah podman
|
||||||
sudo apt update
|
|
||||||
sudo apt install -y buildah podman
|
|
||||||
|
|
||||||
- name: Build ${{ matrix.image.name }} image
|
- name: Build ${{ matrix.image.name }} image
|
||||||
id: build
|
id: build
|
||||||
|
|||||||
Reference in New Issue
Block a user