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": {
"to": {
"kind": "ImageStream",
"name": "django-example"
"kind": "ImageStreamTag",
"name": "django-example:latest"
}
},
"triggers": [

View File

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