From 13e708d353c0f7e78f49d0e3c2611f31c43ee477 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 19 Dec 2024 16:35:21 +0100 Subject: [PATCH] ci(azure-pipelines): add repository info for push --- azure-pipelines.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 478568c38..ccd9f6644 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -34,6 +34,7 @@ jobs: displayName: Backend image push inputs: command: push + repository: $(Build.Repository.Uri) Dockerfile: docker/haskell/Dockerfile buildContext: . tags: |