From af69c8d4a705047e97423525bf9c089a44cfa461 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 16 Jan 2025 13:56:29 +0100 Subject: [PATCH] ci(azure-pipelines): push frontend image --- azure-pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 232c0af3a..8a2586120 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -39,7 +39,7 @@ jobs: inputs: targetType: inline script: | - docker images + docker push frontend:$(Build.BuildNumber) - task: Docker@2 name: dockerLogoutDevFra displayName: Docker Logout from devfra