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 displayName: Backend image push
inputs: inputs:
command: push command: push
repository: $(Build.Repository.Name) repository: $(imageRepository)
Dockerfile: docker/haskell/Dockerfile Dockerfile: docker/haskell/Dockerfile
buildContext: . buildContext: .
tags: | tags: |