Merge pull request #9 from rhcarvalho/output-to-ist

Set build output to latest ImageStreamTag
This commit is contained in:
Ben Parees 2015-06-16 10:01:28 -04:00
commit af44ac9f34

View file

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