Files
perfil/.gitea/workflows
josedario87 705fb58555
All checks were successful
build-and-deploy / build (push) Successful in 2m22s
build-and-deploy / deploy (push) Successful in 3s
Fix: Agregar --no-cache al docker build para incluir API endpoints
Se agregó la flag --no-cache al comando docker build para forzar
una reconstrucción completa de la imagen Docker sin usar cache.

Esto asegura que los endpoints de la API de Authentik
(/api/authentik/user GET y PATCH) se incluyan correctamente
en la imagen compilada.
2025-10-16 18:19:00 -06:00
..