Skip to content

Commit

Permalink
Change branch to main in Jenkinsfile
Browse files Browse the repository at this point in the history
Change branch to main in Jenkinsfile.
  • Loading branch information
skoranda committed Aug 25, 2021
1 parent fa51250 commit 5eb6f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pipeline {
maintainer = maintain()
imagename = imagename()
version= registryversion()
if(env.BRANCH_NAME == "master") {
if(env.BRANCH_NAME == "main") {
tag = "latest"
} else {
tag = env.BRANCH_NAME
Expand Down

0 comments on commit 5eb6f2b

Please sign in to comment.