Обновить .gitea/workflows/testscript
All checks were successful
Full building alt images / build-process (push) Successful in 3m10s
Full building alt images / test-process (push) Successful in 5m14s

This commit is contained in:
Надежда Федорова 2024-04-18 13:58:32 +03:00
parent b2405d1e94
commit fa91af9346

View File

@ -26,7 +26,7 @@ do
command="echo empty_command"
if [[ $test != '' ]]; then
command="podman run --rm --entrypoint=\"/bin/sh\" $3/$imgpath -c \"$test\""
command="podman run --rm --entrypoint=\"/bin/sh\" $3/$4/$imgpath -c \"$test\""
else
if [[ $IM = 'distroless-true' ]]; then
command="podman run --rm $3/$4/$imgpath \"true\""