Skip to content

Commit 038ac10

Browse files
authored
Merge pull request #272 from cloudogu/feature/main-tag
Introduce main tag to enhance image usability
2 parents 0068c29 + 1afb3ac commit 038ac10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile

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

172172
} else if (env.BRANCH_NAME == 'main') {
173-
images[1].push()
174-
images[0].push()
173+
images[1].push('main-dev')
174+
images[0].push('main')
175175
currentBuild.description = "${imageNames[0]}"
176176
} else if (env.BRANCH_NAME == 'test') {
177177
images[1].push()
@@ -316,4 +316,4 @@ def imageNames
316316
String clusterName
317317
def mvn
318318
String groovyImage
319-
def git
319+
def git

0 commit comments

Comments
 (0)