mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-13 17:22:54 -05:00
Publisn YAML as artifact
This commit is contained in:
@@ -29,4 +29,10 @@ steps:
|
||||
dockerRegistryConnection: 'Docker Hub'
|
||||
action: 'Push an image'
|
||||
imageName: 'ckaczor/home-monitor-weather-serialreader:$(Build.BuildNumber)'
|
||||
includeLatestTag: true
|
||||
includeLatestTag: true
|
||||
|
||||
- task: PublishBuildArtifacts@1
|
||||
inputs:
|
||||
PathtoPublish: 'Weather/SerialReader/deploy/service.yaml'
|
||||
ArtifactName: 'service.yaml'
|
||||
publishLocation: 'Container'
|
||||
Reference in New Issue
Block a user