TagAnomaly/azure-pipelines.yml

15 строки
318 B
YAML

# Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
trigger:
- master
pool:
vmImage: 'ubuntu-latest'
steps:
- script: docker build -t omri374/taganomaly .
displayName: 'Build docker'