Skip to content

Create containerDeployment.yml #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 21, 2025
Merged

Create containerDeployment.yml #11

merged 1 commit into from
Apr 21, 2025

Conversation

aminespinoza10
Copy link
Collaborator

Closes #10

This pull request introduces a new GitHub Actions workflow for automating the CI/CD process of the API Contactos project. The workflow is designed to build a Docker image for the API whenever changes are pushed to the main branch.

CI/CD Workflow Setup:

  • .github/workflows/containerDeployment.yml: Added a new workflow named API Contactos CI/CD that triggers on pushes to the main branch. It sets up an environment variable for the Docker image base name (aminespinoza/apicontactos) and includes steps to check out the repository, list files, and build a Docker image using the .NET platform.

@aminespinoza10 aminespinoza10 requested a review from gndx April 21, 2025 17:41
@aminespinoza10 aminespinoza10 self-assigned this Apr 21, 2025
Copy link
Member

@gndx gndx left a comment

Choose a reason for hiding this comment

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

LGTM

@aminespinoza10 aminespinoza10 merged commit 6ad0457 into main Apr 21, 2025
1 check passed
@aminespinoza10 aminespinoza10 deleted the amines/10 branch April 21, 2025 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Agregar CI para imágenes de Docker
2 participants