Merge pull request #1448 from helderco/fix-docker-push-auth
Fix missing auth in docker.#Push
This commit is contained in:
commit
ed8bb3f91b
@ -25,6 +25,10 @@ import (
|
||||
|
||||
_push: engine.#Push & {
|
||||
"dest": dest
|
||||
"auth": [ for target, creds in auth {
|
||||
"target": target
|
||||
creds
|
||||
}]
|
||||
input: image.rootfs
|
||||
config: image.config
|
||||
}
|
||||
|
Reference in New Issue
Block a user