From 8303e91a4a2e54814fa39577dd85010480f0849c Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 19 Dec 2024 16:58:07 +0100 Subject: [PATCH] ci(azure-pipelines): use imageRepository variable as repository for push --- azure-pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index ceef7a8f5..6552e065e 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -34,7 +34,7 @@ jobs: displayName: Backend image push inputs: command: push - repository: $(Build.Repository.Name) + repository: $(imageRepository) Dockerfile: docker/haskell/Dockerfile buildContext: . tags: |