ci(azure-pipelines): push releases to registry
This commit is contained in:
parent
586550f2fd
commit
6e3286b8a7
@ -48,7 +48,11 @@ jobs:
|
||||
--build-arg IN_CI=true \
|
||||
--build-arg IN_CONTAINER=true \
|
||||
.
|
||||
# TODO: tag and push to registry
|
||||
- task: Docker@2
|
||||
displayName: Push container to registry
|
||||
inputs:
|
||||
command: push
|
||||
tags: '$(Build.BuildNumber),${{parameters.releaseTag}}'
|
||||
- task: Docker@2
|
||||
displayName: Logout from container registry
|
||||
inputs:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user