Skip to content

Commit af44ac9

Browse files
committed
Merge pull request #9 from rhcarvalho/output-to-ist
Set build output to latest ImageStreamTag
2 parents b0b566c + 1afc10e commit af44ac9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openshift/templates/nodejs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@
8989
},
9090
"output": {
9191
"to": {
92-
"kind": "ImageStream",
93-
"name": "nodejs-example"
92+
"kind": "ImageStreamTag",
93+
"name": "nodejs-example:latest"
9494
}
9595
},
9696
"triggers": [

0 commit comments

Comments
 (0)