❗ Release Pipeline Not Picking Container Tag

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.

:white_check_mark: 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.

Hi @ebenezer-97

Is this a KK lab, or is it just your personal account for learning purposes?

Yeah, its actually a client account am manging. everthing was working fine until yesterday

@raymond.baoly

What error is being shown? I don’t see anything related to an error, just a screenshot of a validation message.

so my default, the Release pipeline is suppose pick the latest container tag from ACR to create the release. but currently its not abke to do that. I have to manullly copy the tag from ACR to create a manual release which is no suppose to be so.

You are using ADO pipeline right? If so, could you please share the pipeline yaml script?

I use the classic editor