diff --git a/pkg/universe.dagger.io/docker/push.cue b/pkg/universe.dagger.io/docker/push.cue index f4c743f8..391a3da7 100644 --- a/pkg/universe.dagger.io/docker/push.cue +++ b/pkg/universe.dagger.io/docker/push.cue @@ -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 }