diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3d7e0c1..6864670 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -27,7 +27,9 @@ stages: repository: 'orbitdb/orbit-db-http-api' command: 'build' Dockerfile: '**/Dockerfile' - tags: '$(tag)' + tags: | + latest + $(tag) - task: Docker@2 displayName: Push image inputs: