From b33dd4f94f23d120fe1fec2281f8fb3b947541a9 Mon Sep 17 00:00:00 2001 From: dmolinari Date: Mon, 16 Jun 2025 19:06:11 -0300 Subject: [PATCH] Cambio por host --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 039c7f6..52b97f1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: - name: build-and-publish-backend image: plugins/kaniko settings: - repo: 192.168.4.128:5000/${DRONE_REPO_OWNER}/${DRONE_REPO_NAME,,}-backend + repo: host.docker.internal:5000/${DRONE_REPO_OWNER}/${DRONE_REPO_NAME,,}-backend tags: - latest - ${DRONE_COMMIT_SHA:0:8} @@ -27,7 +27,7 @@ steps: - name: build-and-publish-frontend image: plugins/kaniko settings: - repo: 192.168.4.128:5000/${DRONE_REPO_OWNER}/${DRONE_REPO_NAME,,}-frontend + repo: host.docker.internal:5000/${DRONE_REPO_OWNER}/${DRONE_REPO_NAME,,}-frontend tags: - latest - ${DRONE_COMMIT_SHA:0:8}