diff --git a/.azure-pipelines/templates/jobs/release.yaml b/.azure-pipelines/templates/jobs/release.yaml index b9d3602ca..d61c7b7b7 100644 --- a/.azure-pipelines/templates/jobs/release.yaml +++ b/.azure-pipelines/templates/jobs/release.yaml @@ -52,6 +52,7 @@ jobs: displayName: Push container to registry inputs: command: push + repository: '$(Build.Repository.Uri)' tags: '$(Build.BuildNumber),${{parameters.releaseTag}}' - task: Docker@2 displayName: Logout from container registry