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