feat: migrate to 4-job CI pipeline v2 #3

Merged
jcabillot merged 8 commits from feat/gitea-actions-v2 into master 2026-06-08 21:20:36 -04:00
Showing only changes of commit a1bb95f7ef - Show all commits
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
set -euo pipefail
IMAGE="${1:-}"
if [ -z "$IMAGE" ]; then
echo "Usage: $0 <image>"
exit 1
fi
docker run --rm "$IMAGE" --help