Skip to content

Commit

Permalink
Define tag latest on Azure Pipelines builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim Veulemans committed Jun 2, 2020
1 parent 125d131 commit ec5c79a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion azure-pipelines-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ steps:
- task: Docker@2
inputs:
containerRegistry: 'DockerHubJoachim'
repository: ' imslavko/image-labeling-tool'
repository: 'imslavko/image-labeling-tool'
command: 'buildAndPush'
Dockerfile: 'Dockerfile'
tags: 'latest'
3 changes: 2 additions & 1 deletion azure-pipelines-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ steps:
- task: Docker@2
inputs:
containerRegistry: 'DockerHubJoachim'
repository: ' imslavko/image-labeling-tool'
repository: 'imslavko/image-labeling-tool'
command: 'build'
Dockerfile: 'Dockerfile'
tags: 'latest'

0 comments on commit ec5c79a

Please sign in to comment.