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

Merged
jcabillot merged 9 commits from feat/gitea-actions-v2 into master 2026-06-09 11:19:36 -04:00
Showing only changes of commit 7fc5d28475 - 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" --version