corrects dockerfile location

This commit is contained in:
2022-04-01 10:11:08 -05:00
parent 70fc8d9a2b
commit 29a200d57b
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ RUN apt-get update && \\
container ('kaniko') {
script {
declarativeFunctions.buildContainerMultipleDestinations(
dockerFile: readFile(file: "${workspace}/Dockerfile"),
dockerFile: dockerFile,
repositoryAccess: [
[
repository: repository,