ci: fix registry IP for host mode runner
Some checks failed
Build and Deploy GooSeek / build-backend (push) Failing after 2s
Build and Deploy GooSeek / build-webui (push) Failing after 2s
Build and Deploy GooSeek / deploy (push) Has been skipped

Made-with: Cursor
This commit is contained in:
home
2026-03-02 21:03:45 +03:00
parent 04fdee06a4
commit 23964881c9
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ on:
- master
env:
REGISTRY: localhost:5000
REGISTRY: 10.43.193.43:5000
jobs:
build-backend:

View File

@@ -32,8 +32,8 @@ commonLabels:
images:
- name: gooseek/backend
newName: localhost:5000/gooseek/backend
newName: 10.43.193.43:5000/gooseek/backend
newTag: latest
- name: gooseek/webui
newName: localhost:5000/gooseek/webui
newName: 10.43.193.43:5000/gooseek/webui
newTag: latest