#How would I auth with multiple docker registries in a single function?
1 messages · Page 1 of 1 (latest)
You can chain calls to Container.withRegistryAuth
It seemed like method actually pulled an image though? Or am I reading that wrong?
1 messages · Page 1 of 1 (latest)
I am building a function where I pull from one private docker registry and publishing into a different private docker registry. How would I set dag call chain in Typescript that is auth to two different registries?
You can chain calls to Container.withRegistryAuth
It seemed like method actually pulled an image though? Or am I reading that wrong?