Update tagging

This commit is contained in:
2019-07-25 18:42:08 -04:00
parent a09561213f
commit 53508480d2
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ steps:
- task: Bash@3
inputs:
targetType: 'inline'
script: 'sed -i s/#TAG#/$BUILD_BUILDNUMBER/ Weather/SerialReader/deploy/manifest.yaml'
script: 'sed -i s/#BUILD_BUILDNUMBER#/$BUILD_BUILDNUMBER/ Weather/SerialReader/deploy/manifest.yaml'
- task: PublishBuildArtifacts@1
inputs:

View File

@@ -86,7 +86,7 @@ spec:
spec:
containers:
- name: weather-serial-reader
image: ckaczor/home-monitor-weather-serialreader:#TAG#
image: ckaczor/home-monitor-weather-serialreader:#BUILD_BUILDNUMBER#
terminationMessagePath: "/dev/termination-log"
terminationMessagePolicy: File
imagePullPolicy: Always