Fix: usar IP interna del registry (10.43.162.10:5000) en vez de dominio
Build & Deploy NutriApp / build-and-deploy (push) Failing after 5m12s

This commit is contained in:
2026-06-24 10:16:30 +01:00
parent aa024b7c72
commit 77e6aa5973
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
- name: Build & Push Docker image
env:
REGISTRY: k3s.proyectosjoel.com
REGISTRY: 10.43.162.10:5000
IMAGE_TAG: ${{ gitea.sha }}
run: |
mkdir -p frontend/dist
+1 -1
View File
@@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: nutriapp
image: k3s.proyectosjoel.com/nutriapp:latest
image: 10.43.162.10:5000/nutriapp:latest
imagePullPolicy: Always
ports:
- containerPort: 3100