From ba9bef23643af2ec7bf5cd5ba719e8f1cf620f43 Mon Sep 17 00:00:00 2001 From: dmolinari Date: Mon, 16 Jun 2025 18:58:49 -0300 Subject: [PATCH] Cambio de imagen kaniko --- .drone.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index b9d2d64..039c7f6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,10 +10,8 @@ trigger: steps: - name: build-and-publish-backend - # --- ¡¡EL CAMBIO CLAVE Y DEFINITIVO ESTÁ AQUÍ!! --- - image: drone-plugins/kaniko + image: plugins/kaniko settings: - # Esta es la sintaxis correcta que "drone-plugins/kaniko" entiende. repo: 192.168.4.128:5000/${DRONE_REPO_OWNER}/${DRONE_REPO_NAME,,}-backend tags: - latest @@ -27,8 +25,7 @@ steps: insecure: true - name: build-and-publish-frontend - # --- Y AQUÍ --- - image: drone-plugins/kaniko + image: plugins/kaniko settings: repo: 192.168.4.128:5000/${DRONE_REPO_OWNER}/${DRONE_REPO_NAME,,}-frontend tags: @@ -45,7 +42,6 @@ steps: - build-and-publish-backend - name: deploy-to-production - # Este paso nunca fue el problema y no cambia. image: alpine:latest environment: SSH_KEY: