mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-14 01:25:38 -05:00
23 lines
383 B
YAML
23 lines
383 B
YAML
name: 1.0.$(Rev:r)
|
|
|
|
trigger:
|
|
batch: 'true'
|
|
branches:
|
|
include:
|
|
- master
|
|
paths:
|
|
include:
|
|
- Weather/SerialReader
|
|
|
|
pool:
|
|
name: Hosted Ubuntu 1604
|
|
|
|
steps:
|
|
- task: Docker@2
|
|
inputs:
|
|
containerRegistry: 'Docker Hub'
|
|
repository: 'ckaczor'
|
|
command: 'buildAndPush'
|
|
Dockerfile: 'Dockerfile'
|
|
buildContext: 'Weather/SerialReader'
|
|
tags: '$(Rev:r)' |