corrects dockerfile location
This commit is contained in:
parent
70fc8d9a2b
commit
29a200d57b
@ -49,7 +49,7 @@ CMD ["/bin/sh", "-c", "icecast -c \\"\${CONFIG_FILE}\\""]
|
||||
container ('kaniko') {
|
||||
script {
|
||||
declarativeFunctions.buildContainerMultipleDestinations(
|
||||
dockerFile: readFile(file: "${workspace}/Dockerfile"),
|
||||
dockerFile: dockerFile,
|
||||
repositoryAccess: [
|
||||
[
|
||||
repository: repository,
|
||||
|
@ -50,7 +50,7 @@ RUN apt-get update && \\
|
||||
container ('kaniko') {
|
||||
script {
|
||||
declarativeFunctions.buildContainerMultipleDestinations(
|
||||
dockerFile: readFile(file: "${workspace}/Dockerfile"),
|
||||
dockerFile: dockerFile,
|
||||
repositoryAccess: [
|
||||
[
|
||||
repository: repository,
|
||||
|
Reference in New Issue
Block a user