Hi everyone,
I’m facing an issue with my release pipeline in Azure DevOps. The pipeline is not picking the container tag I expect it to use. Here’s the error message I’m seeing:
My pipeline is supposed to deploy a container image from our registry, tagged with the latest build version (e.g., myimage:1.2.3). However, during the release, it fails or doesn’t pull the correct tag.
What I’ve Checked:
The tag exists in the container registry.
The build pipeline pushes the image correctly.
The release pipeline uses a variable for the tag, like $(Build.BuildId) or a custom variable.
The service connection and permissions are correctly set.