Set build output to latest ImageStreamTag
This commit is contained in:
parent
bd607127bc
commit
9a1f379b21
2 changed files with 4 additions and 4 deletions
|
@ -88,8 +88,8 @@
|
||||||
},
|
},
|
||||||
"output": {
|
"output": {
|
||||||
"to": {
|
"to": {
|
||||||
"kind": "ImageStream",
|
"kind": "ImageStreamTag",
|
||||||
"name": "django-example"
|
"name": "django-example:latest"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"triggers": [
|
"triggers": [
|
||||||
|
|
|
@ -88,8 +88,8 @@
|
||||||
},
|
},
|
||||||
"output": {
|
"output": {
|
||||||
"to": {
|
"to": {
|
||||||
"kind": "ImageStream",
|
"kind": "ImageStreamTag",
|
||||||
"name": "django-example"
|
"name": "django-example:latest"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"triggers": [
|
"triggers": [
|
||||||
|
|
Loading…
Reference in a new issue