ci: fix registry IP for host mode runner
Made-with: Cursor
This commit is contained in:
@@ -7,7 +7,7 @@ on:
|
|||||||
- master
|
- master
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: localhost:5000
|
REGISTRY: 10.43.193.43:5000
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-backend:
|
build-backend:
|
||||||
|
|||||||
@@ -32,8 +32,8 @@ commonLabels:
|
|||||||
|
|
||||||
images:
|
images:
|
||||||
- name: gooseek/backend
|
- name: gooseek/backend
|
||||||
newName: localhost:5000/gooseek/backend
|
newName: 10.43.193.43:5000/gooseek/backend
|
||||||
newTag: latest
|
newTag: latest
|
||||||
- name: gooseek/webui
|
- name: gooseek/webui
|
||||||
newName: localhost:5000/gooseek/webui
|
newName: 10.43.193.43:5000/gooseek/webui
|
||||||
newTag: latest
|
newTag: latest
|
||||||
|
|||||||
Reference in New Issue
Block a user