Skip to content

ci: build docker image and push to container registry #54

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 3, 2025

Conversation

Priyanka-Microsoft
Copy link
Contributor

This pull request introduces new workflows for building and optionally pushing Docker images. The changes are focused on setting up reusable and specific workflows for different branches and events.

Workflow Additions:

  • .github/workflows/build-docker-images.yml: Added a new workflow to build Docker images for different branches (main, dev, demo, hotfix) and events (push, pull request, merge group, workflow dispatch). This workflow uses a matrix strategy to handle multiple applications (cmsabackend, cmsafrontend).
  • .github/workflows/build-docker.yml: Added a reusable workflow for Docker build and push operations. This workflow is invoked by the main build workflow and handles Docker login, setting up Buildx, determining tag names based on branches, and building and optionally pushing Docker images.

@Roopan-Microsoft Roopan-Microsoft merged commit 1f517cd into hotfix Apr 3, 2025
3 checks passed
@Roopan-Microsoft Roopan-Microsoft deleted the feature/build-docker-image-push-registry branch April 3, 2025 08:09
Copy link

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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.

2 participants