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
|
- name: Build & Push Docker image
|
||||||
env:
|
env:
|
||||||
REGISTRY: k3s.proyectosjoel.com
|
REGISTRY: 10.43.162.10:5000
|
||||||
IMAGE_TAG: ${{ gitea.sha }}
|
IMAGE_TAG: ${{ gitea.sha }}
|
||||||
run: |
|
run: |
|
||||||
mkdir -p frontend/dist
|
mkdir -p frontend/dist
|
||||||
|
|||||||
+1
-1
@@ -18,7 +18,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: nutriapp
|
- name: nutriapp
|
||||||
image: k3s.proyectosjoel.com/nutriapp:latest
|
image: 10.43.162.10:5000/nutriapp:latest
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3100
|
- containerPort: 3100
|
||||||
|
|||||||
Reference in New Issue
Block a user