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": {
|
"output": {
|
||||||
"to": {
|
"to": {
|
||||||
"kind": "ImageStream",
|
"kind": "ImageStreamTag",
|
||||||
"name": "django-example"
|
"name": "django-example:latest"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"triggers": [
|
"triggers": [
|
||||||
|
|
|
@ -89,8 +89,8 @@
|
||||||
},
|
},
|
||||||
"output": {
|
"output": {
|
||||||
"to": {
|
"to": {
|
||||||
"kind": "ImageStream",
|
"kind": "ImageStreamTag",
|
||||||
"name": "django-example"
|
"name": "django-example:latest"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"triggers": [
|
"triggers": [
|
||||||
|
|
Loading…
Reference in a new issue