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

Merged
jcabillot merged 3 commits from feat/gitea-actions-v2 into master 2026-06-08 20:51:04 -04:00
Showing only changes of commit 06817a263b - 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