diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 152ad24..0b49254 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -7,7 +7,7 @@ on: - master env: - REGISTRY: localhost:5000 + REGISTRY: 10.43.193.43:5000 jobs: build-backend: diff --git a/backend/deploy/k8s/kustomization.yaml b/backend/deploy/k8s/kustomization.yaml index b4afd29..e8ea93b 100644 --- a/backend/deploy/k8s/kustomization.yaml +++ b/backend/deploy/k8s/kustomization.yaml @@ -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