Set build output to latest ImageStreamTag

This commit is contained in:
Rodolfo Carvalho 2015-06-16 11:53:41 +02:00
parent bd607127bc
commit 9a1f379b21
2 changed files with 4 additions and 4 deletions

View file

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

View file

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