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