Skip to content

Commit

Permalink
variable as file name
Browse files Browse the repository at this point in the history
  • Loading branch information
smerle33 committed Aug 21, 2023
1 parent 1225228 commit 5de6629
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 @@ -76,7 +76,7 @@ def call(String imageShortName, Map userConfig=[:]) {
// Even though we have mitigation through the multibranch job config allowing to build PRs only from the repository contributors
writeFile file: 'Makefile', text: makefileContent

writeFile file: '$overrideDockerBakeFile', text: bakefileContent
writeFile file: overrideDockerBakeFile, text: bakefileContent

sh 'ls -lta' //DEBUG
} // stage
Expand Down

0 comments on commit 5de6629

Please sign in to comment.