Set build output to latest ImageStreamTag
This commit is contained in:
parent
05fd3807b5
commit
1afc10e28b
1 changed files with 2 additions and 2 deletions
|
@ -88,8 +88,8 @@
|
|||
},
|
||||
"output": {
|
||||
"to": {
|
||||
"kind": "ImageStream",
|
||||
"name": "nodejs-example"
|
||||
"kind": "ImageStreamTag",
|
||||
"name": "nodejs-example:latest"
|
||||
}
|
||||
},
|
||||
"triggers": [
|
||||
|
|
Loading…
Reference in a new issue