Again
Buildtest / build (push) Failing after 52s

This commit is contained in:
Dominik Werder
2026-07-03 11:39:37 +02:00
parent 05b0897f6f
commit c2ee994b70
+5 -1
View File
@@ -47,11 +47,15 @@ jobs:
run: dnf install --assumeyes nodejs
- name: Check out repository
uses: actions/checkout@v4
- name: Build
- name: List again
run: |
PODMAN="podman --storage-driver=vfs --root $PODMAN_STORAGE --runroot $PODMAN_RUNROOT"
echo PODMAN COMMAND [["$PODMAN"]]
$PODMAN image list
- name: List again
run: |
PODMAN="podman --storage-driver=vfs --root $PODMAN_STORAGE --runroot $PODMAN_RUNROOT"
echo PODMAN COMMAND [["$PODMAN"]]
$PODMAN run --rm centos-7-rust-flat:latest id
$PODMAN run --rm centos-7-rust-flat:latest pwd
$PODMAN run --rm centos-7-rust-flat:latest ls /data