Skip to content

feat: Build & Push Docker Images with Dual Tagging#17

Merged
Prajwal-Microsoft merged 2 commits intodevfrom
New-Pipeline
Apr 3, 2025
Merged

feat: Build & Push Docker Images with Dual Tagging#17
Prajwal-Microsoft merged 2 commits intodevfrom
New-Pipeline

Conversation

@UtkarshMishra-Microsoft
Copy link
Copy Markdown
Contributor

Purpose

This workflow triggers on pushes, pull requests, and manual dispatch for the main, dev, demo, and hotfix branches. It logs into Azure Container Registry conditionally, captures the current date, and sets two tags for each Docker image—one based on the branch (e.g., dev) and another appending the date (e.g., dev-2025-04-03). The images are built from the root directory of each project and pushed only for recognized branches.

Does this introduce a breaking change?

  • Yes
  • No

Golden Path Validation

  • I have tested the primary workflows (the "golden path") to ensure they function correctly without errors.

Deployment Validation

  • I have validated the deployment process successfully and all services are running as expected with this change.

What to Check

Verify that the following are valid

  • ...

Other Information

@Prajwal-Microsoft Prajwal-Microsoft merged commit f45fc8c into dev Apr 3, 2025
2 checks passed
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 7, 2025

🎉 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