g
CI/CD / CI · dotnet build (push) Failing after 1s
CI/CD / Deploy · drsousan (push) Has been skipped

This commit is contained in:
soroush.asadi
2026-05-31 00:48:51 +03:30
parent 96e73bf633
commit 097f5c2733
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ concurrency:
# self-hosted → host runner ← docker build/push/deploy runs here
#
# Local Nexus:
# Docker registry → 171.22.25.73:8087 (mcr-proxy + drsousan images)
# Docker registry → mirror.soroushasadi.com (mcr-proxy + drsousan images)
# NuGet → 171.22.25.73:8081/repository/nuget-group/
#
# Required Gitea secrets:
@@ -33,7 +33,7 @@ jobs:
name: "CI · dotnet build"
runs-on: ubuntu-latest
container:
image: 171.22.25.73:8087/dotnet/sdk:10.0
image: mirror.soroushasadi.com/dotnet/sdk:10.0
options: --add-host=gitea:host-gateway
steps:
- name: Checkout
+1 -1
View File
@@ -2,7 +2,7 @@ services:
# ── .NET API + Razor Pages + Static Files ────────────────────────────────────
api:
image: 171.22.25.73:8087/drsousan/api:${API_TAG:-latest}
image: mirror.soroushasadi.com/drsousan/api:${API_TAG:-latest}
build: # used by local: docker compose build
context: ./DrSousan.Api
dockerfile: Dockerfile