Merge pull request #1448 from helderco/fix-docker-push-auth

Fix missing auth in docker.#Push
This commit is contained in:
Solomon Hykes
2022-01-19 10:36:32 -08:00
committed by GitHub

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
}