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

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