Merge pull request #14 from rhcarvalho/output-to-ist
Output to ImageStreamTag
This commit is contained in:
commit
ad80f212e8
2 changed files with 4 additions and 4 deletions
|
@ -89,8 +89,8 @@
|
|||
},
|
||||
"output": {
|
||||
"to": {
|
||||
"kind": "ImageStream",
|
||||
"name": "django-example"
|
||||
"kind": "ImageStreamTag",
|
||||
"name": "django-example:latest"
|
||||
}
|
||||
},
|
||||
"triggers": [
|
||||
|
|
|
@ -89,8 +89,8 @@
|
|||
},
|
||||
"output": {
|
||||
"to": {
|
||||
"kind": "ImageStream",
|
||||
"name": "django-example"
|
||||
"kind": "ImageStreamTag",
|
||||
"name": "django-example:latest"
|
||||
}
|
||||
},
|
||||
"triggers": [
|
||||
|
|
Loading…
Reference in a new issue