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
commit ed8bb3f91b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}