mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-02-09 09:42:37 -05:00
Update tagging
This commit is contained in:
@@ -34,7 +34,7 @@ steps:
|
|||||||
- task: Bash@3
|
- task: Bash@3
|
||||||
inputs:
|
inputs:
|
||||||
targetType: 'inline'
|
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
|
- task: PublishBuildArtifacts@1
|
||||||
inputs:
|
inputs:
|
||||||
|
|||||||
@@ -86,7 +86,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: weather-serial-reader
|
- name: weather-serial-reader
|
||||||
image: ckaczor/home-monitor-weather-serialreader:#TAG#
|
image: ckaczor/home-monitor-weather-serialreader:#BUILD_BUILDNUMBER#
|
||||||
terminationMessagePath: "/dev/termination-log"
|
terminationMessagePath: "/dev/termination-log"
|
||||||
terminationMessagePolicy: File
|
terminationMessagePolicy: File
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
|
|||||||
Reference in New Issue
Block a user