Merge pull request #1411 from helderco/fix-push

Fix issue with field in docker.#Push
This commit is contained in:
Gerhard Lazu 2022-01-13 08:42:23 +00:00 committed by GitHub
commit 2dfec0e0e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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