Fix missing auth in docker.#Push
Signed-off-by: Helder Correia <174525+helderco@users.noreply.github.com>
This commit is contained in:
parent
6162962b97
commit
17f0b8b1aa
@ -25,6 +25,10 @@ import (
|
|||||||
|
|
||||||
_push: engine.#Push & {
|
_push: engine.#Push & {
|
||||||
"dest": dest
|
"dest": dest
|
||||||
|
"auth": [ for target, creds in auth {
|
||||||
|
"target": target
|
||||||
|
creds
|
||||||
|
}]
|
||||||
input: image.rootfs
|
input: image.rootfs
|
||||||
config: image.config
|
config: image.config
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user