ci(azure-pipelines): use imageRepository variable as repository for push
This commit is contained in:
parent
84cb3842c0
commit
8303e91a4a
@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user