From 4b208793ce56914de86a49e5d78e105152107e3c Mon Sep 17 00:00:00 2001 From: dmolinari Date: Mon, 16 Jun 2025 12:57:22 -0300 Subject: [PATCH] =?UTF-8?q?Todos=20los=20registros=20de=20contenedores=20(?= =?UTF-8?q?Docker=20Hub,=20Gitea,=20etc.)=20exigen=20que=20los=20nombres?= =?UTF-8?q?=20de=20las=20im=C3=A1genes=20de=20Docker=20est=C3=A9n=20en=20m?= =?UTF-8?q?in=C3=BAsculas.=20El=20pipeline=20est=C3=A1=20intentando=20crea?= =?UTF-8?q?r=20una=20imagen=20llamada=20dmolinari/GestionIntegralWeb-backe?= =?UTF-8?q?nd,=20pero=20la=20parte=20GestionIntegralWeb=20contiene=20may?= =?UTF-8?q?=C3=BAsculas.=20Esto=20ocurre=20porque=20la=20variable=20de=20D?= =?UTF-8?q?rone=20${DRONE=5FREPO=5FNAME}=20toma=20el=20nombre=20directamen?= =?UTF-8?q?te=20de=20Gitea,=20que=20en=20este=20caso=20es=20GestionIntegra?= =?UTF-8?q?lWeb.=20La=20sintaxis=20es:=20${VARIABLE,,}.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index d121b1a..5b8e066 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,7 +22,7 @@ steps: settings: registry: from_secret: REGISTRY_URL - repo: ${DRONE_REPO_OWNER}/${DRONE_REPO_NAME}-backend + repo: ${DRONE_REPO_OWNER}/${DRONE_REPO_NAME,,}-backend username: from_secret: GITEA_USER password: @@ -41,7 +41,7 @@ steps: settings: registry: from_secret: REGISTRY_URL - repo: ${DRONE_REPO_OWNER}/${DRONE_REPO_NAME}-frontend + repo: ${DRONE_REPO_OWNER}/${DRONE_REPO_NAME,,}-frontend username: from_secret: GITEA_USER password: