diff --git a/.azure-pipelines/templates/stages/deploy-stage.yml b/.azure-pipelines/templates/stages/deploy-stage.yml index 88be735fc..851562628 100644 --- a/.azure-pipelines/templates/stages/deploy-stage.yml +++ b/.azure-pipelines/templates/stages/deploy-stage.yml @@ -69,6 +69,7 @@ stages: path: $(Build.SourcesDirectory) displayName: Retrieve Docker images - bash: docker load --input $(Build.SourcesDirectory)/docker_images.tar + displayName: Load Docker images - task: Docker@2 inputs: command: login