Skip to content

Commit a9167b5

Browse files
nihussmannschnatterer
authored andcommitted
feature: adding main and main-dev tag
1 parent 038ac10 commit a9167b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,9 @@ node('high-cpu') {
170170
currentBuild.description += "\n${imageNames[0]}"
171171

172172
} else if (env.BRANCH_NAME == 'main') {
173+
images[1].push()
173174
images[1].push('main-dev')
175+
images[0].push()
174176
images[0].push('main')
175177
currentBuild.description = "${imageNames[0]}"
176178
} else if (env.BRANCH_NAME == 'test') {

0 commit comments

Comments
 (0)