g
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user