From a9e6496db25566df0b9f06862588f8e0cabb74e7 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 16 Jan 2025 13:42:42 +0100 Subject: [PATCH] ci(azure-pipelines): list docker images for frontend image build (prepare push) --- azure-pipelines.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 18bf8c2e8..d8fddd096 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -35,6 +35,12 @@ jobs: --tag $(Build.BuildNumber) \ --tag frontend \ . + - task: Bash@3 + displayName: Push frontend image + inputs: + targetType: inline + script: | + docker images - task: Docker@2 name: dockerLogoutDevFra displayName: Docker Logout from devfra