We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 038ac10 commit a9167b5Copy full SHA for a9167b5
Jenkinsfile
@@ -170,7 +170,9 @@ node('high-cpu') {
170
currentBuild.description += "\n${imageNames[0]}"
171
172
} else if (env.BRANCH_NAME == 'main') {
173
+ images[1].push()
174
images[1].push('main-dev')
175
+ images[0].push()
176
images[0].push('main')
177
currentBuild.description = "${imageNames[0]}"
178
} else if (env.BRANCH_NAME == 'test') {
0 commit comments