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
|
||||
inputs:
|
||||
command: push
|
||||
repository: $(Build.Repository.Name)
|
||||
repository: $(imageRepository)
|
||||
Dockerfile: docker/haskell/Dockerfile
|
||||
buildContext: .
|
||||
tags: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user