ci(cd): add release-tag bootstrap image publish pipeline to 192.168.241.13:8080
All checks were successful
CI Pipeline / Backend Build & Test (push) Successful in 1m24s
CI Pipeline / Frontend Lint, Test & Build (push) Successful in 1m2s
CI Pipeline / Infrastructure Validation (push) Successful in 5s

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
WorkClub Automation
2026-03-08 14:00:58 +01:00
parent 0b6bdd42fd
commit 493234af2a
6 changed files with 480 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"scenario": "backend_image_build_and_push",
"result": "success_template",
"timestamp": "2026-03-08T00:00:00Z",
"details": {
"image_name": "workclub-api",
"registry": "192.168.241.13:8080",
"build_context": "backend/",
"dockerfile": "backend/Dockerfile",
"tags_pushed": [
"version_tag (e.g., v1.0.0)",
"sha_tag (e.g., sha-abc1234)"
],
"multi_stage_build": "dotnet/sdk:10.0 -> dotnet/aspnet:10.0-alpine",
"note": "Actual push evidence generated at runtime by workflow"
}
}