Skip to content

Agregando env de credenciales de dockerhub#2

Merged
christopherBinaural merged 1 commit intoreleasefrom
rls_pr_check_tests
Nov 24, 2025
Merged

Agregando env de credenciales de dockerhub#2
christopherBinaural merged 1 commit intoreleasefrom
rls_pr_check_tests

Conversation

@christopherBinaural
Copy link
Contributor

No description provided.

@christopherBinaural christopherBinaural self-assigned this Nov 24, 2025
Copilot AI review requested due to automatic review settings November 24, 2025 14:48
@christopherBinaural christopherBinaural merged commit 05d420f into release Nov 24, 2025
3 checks passed
@christopherBinaural christopherBinaural deleted the rls_pr_check_tests branch November 24, 2025 14:48
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Este PR añade las credenciales de Docker Hub como variables de entorno en el workflow de revisión de PRs. Estas credenciales se pasan al action mount-cicd-tool para permitir la autenticación con un registro de Docker durante la ejecución de tests.

  • Añade tres nuevos secretos para autenticación con Docker Registry (URL, username, y password)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +103 to +105
ORG_DOCKER_REGISTRY_URL: ${{ secrets.ORG_DOCKER_REGISTRY_URL }}
ORG_DOCKER_REGISTRY_USERNAME: ${{ secrets.ORG_DOCKER_REGISTRY_USERNAME }}
ORG_DOCKER_REGISTRY_PASSWORD: ${{ secrets.ORG_DOCKER_REGISTRY_PASSWORD }}
Copy link

Copilot AI Nov 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Las nuevas credenciales de Docker deberían añadirse a la documentación de secretos requeridos en el encabezado del archivo. El comentario en las líneas 3-10 lista todos los secretos necesarios, y los tres nuevos secretos de Docker Registry (ORG_DOCKER_REGISTRY_URL, ORG_DOCKER_REGISTRY_USERNAME, ORG_DOCKER_REGISTRY_PASSWORD) deberían incluirse ahí para mantener la documentación actualizada.

Copilot uses AI. Check for mistakes.
Comment on lines +103 to +105
ORG_DOCKER_REGISTRY_URL: ${{ secrets.ORG_DOCKER_REGISTRY_URL }}
ORG_DOCKER_REGISTRY_USERNAME: ${{ secrets.ORG_DOCKER_REGISTRY_USERNAME }}
ORG_DOCKER_REGISTRY_PASSWORD: ${{ secrets.ORG_DOCKER_REGISTRY_PASSWORD }}
Copy link

Copilot AI Nov 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Las nuevas credenciales de Docker Registry no tienen validaciones correspondientes en el paso "Validar configuración requerida". Similar a las validaciones existentes para S3 (líneas 85-89), deberían añadirse validaciones para verificar que ORG_DOCKER_REGISTRY_URL, ORG_DOCKER_REGISTRY_USERNAME y ORG_DOCKER_REGISTRY_PASSWORD no estén vacías antes de ejecutar el workflow, para que fallen rápidamente con mensajes de error claros si faltan.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants