Again
Buildtest / build (push) Failing after 33s

This commit is contained in:
Dominik Werder
2026-07-03 14:22:09 +02:00
parent 5ee985bada
commit 7fedafcf83
+2
View File
@@ -67,7 +67,9 @@ jobs:
echo -------------------
ls -la
echo -------------------
(cd src && pwd)
echo -------------------
(cd src && ls -la)
echo -------------------
PODMAN="docker"
PRUN="$PODMAN run --rm --mount type=bind,src=$(cd src && pwd),dst=/data $BUILDER_IMAGE"