.
This commit is contained in:
parent
cf79d42e8a
commit
93c10cde3f
@ -108,7 +108,7 @@ def buildContainer (Map config, List buildArg = []) {
|
||||
credentialsId: config.repoCreds,
|
||||
variable: "dCreds"
|
||||
)]) {
|
||||
sh "set +x; printf '{\"auths\":{\"%s\":{\"auth\": \"%s\"}}}' \"${config.repository}\" \"${dcreds.bytes.encodeBase64().toString()}\" > /kaniko/.docker/config.json"
|
||||
sh "printf '{\"auths\":{\"%s\":{\"auth\": \"%s\"}}}' \"${config.repository}\" \"${dcreds.bytes.encodeBase64().toString()}\" > /kaniko/.docker/config.json"
|
||||
}
|
||||
def buildArguments = ""
|
||||
for (i in buildArg) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user