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
Build & Deploy NutriApp / build-and-deploy (push) Failing after 5m12s
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user