corrects variable

This commit is contained in:
Hyatt 2021-05-30 09:53:57 -05:00
parent 33d4f13457
commit af4ee2d76f

View File

@ -40,7 +40,7 @@ spec:
)]) { )]) {
def dockerJSON = """{ def dockerJSON = """{
"auths": { "auths": {
"${registry}": { "${localRegistry}": {
"auth": "${dcreds.bytes.encodeBase64().toString()}" "auth": "${dcreds.bytes.encodeBase64().toString()}"
} }
} }