From b1caa15089b59fab667bfb1dee330c188299ef71 Mon Sep 17 00:00:00 2001 From: josedario87 Date: Thu, 16 Oct 2025 19:02:00 -0600 Subject: [PATCH] Trigger: Reintentar build del fix user.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit El build anterior del commit b6a58e8 no completó el push de las imágenes Docker al registro. Este commit trivial triggerea el workflow de nuevo para que se complete correctamente el build y deploy del fix que unifica user.ts (GET y PATCH en un solo archivo). --- nuxt4/app/app.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt4/app/app.vue b/nuxt4/app/app.vue index 8ac6e33..e958eb1 100644 --- a/nuxt4/app/app.vue +++ b/nuxt4/app/app.vue @@ -121,5 +121,5 @@ useHead({ ] }) -// Rebuild trigger: force Docker to rebuild image with API endpoints +// Trigger rebuild: fix b6a58e8 con user.ts unificado