ci(azure-pipelines): try repository name

This commit is contained in:
Sarah Vaupel 2024-12-19 16:51:23 +01:00
parent 7ce4ed5fe0
commit 84cb3842c0

View File

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