ci: route images by workflow host
Build Bridge Proxy / build-and-push (pull_request) Failing after 23m53s
Build and Publish Docker Image / build-and-push (pull_request) Failing after 11m22s

Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
2026-08-26 11:24:55 +08:00
co-authored by multica-agent
parent c73c2b55cd
commit fe5937dcaf
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ on:
- .github/workflows/bridge-proxy.yml
env:
REGISTRY: ghcr.io
REGISTRY: ${{ github.server_url == 'https://github.com' && 'ghcr.io' || 'git.ipao.vip' }}
IMAGE_NAME: ${{ github.repository }}/bridge-proxy
jobs:
@@ -46,7 +46,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Log in to GHCR
- name: Log in to container registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v3
with: