ci(azure-pipelines): use imageRepository variable as repository for push

This commit is contained in:
Sarah Vaupel 2024-12-19 16:58:07 +01:00
parent 84cb3842c0
commit 8303e91a4a

View File

@ -34,7 +34,7 @@ jobs:
displayName: Backend image push
inputs:
command: push
repository: $(Build.Repository.Name)
repository: $(imageRepository)
Dockerfile: docker/haskell/Dockerfile
buildContext: .
tags: |