Fix issue with field in docker.#Push

Signed-off-by: Helder Correia <174525+helderco@users.noreply.github.com>
This commit is contained in:
Helder Correia 2022-01-13 01:16:55 -01:00
parent a129f62042
commit 7592850c43
No known key found for this signature in database
GPG Key ID: C6490D872EF1DCA7

View File

@ -24,7 +24,7 @@ import (
image: #Image image: #Image
_push: engine.#Push & { _push: engine.#Push & {
dest: dest "dest": dest
input: image.rootfs input: image.rootfs
config: image.config config: image.config
} }