Fix missing auth in docker.#Push

Signed-off-by: Helder Correia <174525+helderco@users.noreply.github.com>
This commit is contained in:
Helder Correia 2022-01-18 19:19:08 -01:00
parent 6162962b97
commit 17f0b8b1aa
No known key found for this signature in database
GPG Key ID: C6490D872EF1DCA7

View File

@ -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
}