Migrate CI to 4-job pipeline with SHA-pinned actions #4

Open
cloudix_mcp_server wants to merge 3 commits from feat/gitea-actions-v2 into master
Showing only changes of commit 7ea2c5c794 - Show all commits
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
set -euo pipefail
IMAGE="$1"
echo "PASS: Image built successfully"
echo "1/1 tests passed"