We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047b432 commit cc5a9c8Copy full SHA for cc5a9c8
Dockerfile.multi
Jenkinsfile
@@ -81,7 +81,7 @@ spec:
81
stage("build ${git_project} in dood") {
82
container('docker-cmd') {
83
dir("${BUILD_FOLDER}/src/github.com/v3io/${git_project}") {
84
- sh("docker build . -f Dockerfile.multi --tag ${git_project}:${TAG_VERSION}")
+ sh("docker build . -f Dockerfile --tag ${git_project}:${TAG_VERSION}")
85
}
86
87
0 commit comments