From 7592850c4320cf1f893dd7417dca59eb3d23ca8f Mon Sep 17 00:00:00 2001 From: Helder Correia <174525+helderco@users.noreply.github.com> Date: Thu, 13 Jan 2022 01:16:55 -0100 Subject: [PATCH] Fix issue with field in docker.#Push Signed-off-by: Helder Correia <174525+helderco@users.noreply.github.com> --- pkg/universe.dagger.io/docker/push.cue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/universe.dagger.io/docker/push.cue b/pkg/universe.dagger.io/docker/push.cue index 594007d3..f4c743f8 100644 --- a/pkg/universe.dagger.io/docker/push.cue +++ b/pkg/universe.dagger.io/docker/push.cue @@ -24,7 +24,7 @@ import ( image: #Image _push: engine.#Push & { - dest: dest + "dest": dest input: image.rootfs config: image.config }