Skip to content

Commit

Permalink
rename docker bake file
Browse files Browse the repository at this point in the history
  • Loading branch information
smerle33 committed Aug 21, 2023
1 parent 976fb5b commit 2b93f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/buildDockerAndPublishImage.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def call(String imageShortName, Map userConfig=[:]) {

// Retrieve Library's Static File Resources
final String makefileContent = libraryResource 'io/jenkins/infra/docker/Makefile'
final String bakefileContent = libraryResource 'io/jenkins/infra/docker/docker-bake.hcl'
final String bakefileContent = libraryResource 'io/jenkins/infra/docker/docker-bake.override.hcl'
final boolean semVerEnabledOnPrimaryBranch = finalConfig.automaticSemanticVersioning && env.BRANCH_IS_PRIMARY

// Only run 1 build at a time on primary branch to ensure builds won't use the same tag when semantic versionning is activated
Expand Down

0 comments on commit 2b93f1b

Please sign in to comment.