Skip to content

Commit

Permalink
fix: building versioned docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominick Leppich committed Oct 29, 2024
1 parent 8e70711 commit a98df68
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 @@ -180,7 +180,7 @@ pipeline {
if (env.GIT_BRANCH == 'origin/develop' || env.GIT_BRANCH == 'develop') {
dockerimage_public.push("develop")
}
if (!latestTag == '' ) {
if (latestTag != '') {
dockerimage_public.push(latestTag)
}
}
Expand Down

0 comments on commit a98df68

Please sign in to comment.