Set build output to latest ImageStreamTag

This commit is contained in:
Rodolfo Carvalho 2015-06-16 11:53:43 +02:00
parent 05fd3807b5
commit 1afc10e28b

View file

@ -88,8 +88,8 @@
}, },
"output": { "output": {
"to": { "to": {
"kind": "ImageStream", "kind": "ImageStreamTag",
"name": "nodejs-example" "name": "nodejs-example:latest"
} }
}, },
"triggers": [ "triggers": [