Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Add registry & image name to build task
Browse files Browse the repository at this point in the history
  • Loading branch information
phillmac committed Sep 8, 2019
1 parent 696ce0d commit 92806bd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ stages:
- task: Docker@2
displayName: Build an image
inputs:
command: build
dockerfile: '**/Dockerfile'
tags: |
$(tag)
containerRegistry: 'OrbitDB Docker Hub'
repository: 'orbitdb/orbit-db-http-api'
command: 'build'
Dockerfile: '**/Dockerfile'
tags: '$(tag)'
- task: Docker@2
displayName: Push image
inputs:
Expand Down

0 comments on commit 92806bd

Please sign in to comment.