corrects variable

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

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