From 112e1e7ab967ef284b8c780c6f29648474064ddf Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 13 Aug 2020 10:06:33 -0700 Subject: [PATCH] add displayName --- .azure-pipelines/templates/stages/deploy-stage.yml | 1 + 1 file changed, 1 insertion(+) 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