Skip to content

fix: pipeline login server tag not found#139

Merged
Roopan-Microsoft merged 2 commits intomainfrom
fix/tag-not-found
May 22, 2025
Merged

fix: pipeline login server tag not found#139
Roopan-Microsoft merged 2 commits intomainfrom
fix/tag-not-found

Conversation

@Priyanka-Microsoft
Copy link
Copy Markdown
Contributor

Purpose

  • ...
    This pull request updates the .github/workflows/build-docker-image.yml file to improve how Docker image tags are generated and to standardize the use of the external registry. The changes ensure better flexibility and consistency in handling the registry URL by introducing a new step to retrieve the registry dynamically.

Workflow improvements:

  • Added a new step to dynamically retrieve the external registry URL and store it in the GITHUB_OUTPUT context for subsequent steps. ([.github/workflows/build-docker-image.ymlL34-R42](https://github.com/microsoft/content-processing-solution-accelerator/pull/139/files#diff-5b40193e09025fd041de92d38c976d0b469e3ee85bef45a71d05d8b5078b1ee8L34-R42))
  • Updated Docker image tags to use the dynamically retrieved registry URL (steps.registry.outputs.ext_registry) instead of the static env.ACR_LOGIN_SERVER variable for the ContentProcessor, ContentProcessorAPI, and ContentProcessorWeb images. ([[1]](https://github.com/microsoft/content-processing-solution-accelerator/pull/139/files#diff-5b40193e09025fd041de92d38c976d0b469e3ee85bef45a71d05d8b5078b1ee8L67-R73), [[2]](https://github.com/microsoft/content-processing-solution-accelerator/pull/139/files#diff-5b40193e09025fd041de92d38c976d0b469e3ee85bef45a71d05d8b5078b1ee8L77-R83), [[3]](https://github.com/microsoft/content-processing-solution-accelerator/pull/139/files#diff-5b40193e09025fd041de92d38c976d0b469e3ee85bef45a71d05d8b5078b1ee8L87-R93))

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

@Priyanka-Microsoft Priyanka-Microsoft changed the title fix: tag error not found fix: pipeline login server tag not found May 22, 2025
@Roopan-Microsoft Roopan-Microsoft merged commit c2e0286 into main May 22, 2025
5 checks passed
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 1.4.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@Prajwal-Microsoft Prajwal-Microsoft deleted the fix/tag-not-found branch June 25, 2025 05:14
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