g
This commit is contained in:
@@ -18,7 +18,7 @@ concurrency:
|
|||||||
# self-hosted → host runner ← docker build/push/deploy runs here
|
# self-hosted → host runner ← docker build/push/deploy runs here
|
||||||
#
|
#
|
||||||
# Local Nexus:
|
# 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/
|
# NuGet → 171.22.25.73:8081/repository/nuget-group/
|
||||||
#
|
#
|
||||||
# Required Gitea secrets:
|
# Required Gitea secrets:
|
||||||
@@ -33,7 +33,7 @@ jobs:
|
|||||||
name: "CI · dotnet build"
|
name: "CI · dotnet build"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
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
|
options: --add-host=gitea:host-gateway
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@ services:
|
|||||||
|
|
||||||
# ── .NET API + Razor Pages + Static Files ────────────────────────────────────
|
# ── .NET API + Razor Pages + Static Files ────────────────────────────────────
|
||||||
api:
|
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
|
build: # used by local: docker compose build
|
||||||
context: ./DrSousan.Api
|
context: ./DrSousan.Api
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
|||||||
Reference in New Issue
Block a user