- Upload your private container registry’s password/access token to the Latch platform. See Storing and using Secrets.
- Add the
docker_metadata
field to your workflow’sSnakemakeMetadata
object so the workflow engine knows where to pull your credentials. For example:
secret_name
field specifies the name of the Latch Secret uploaded in step #1, NOT the actual registry password.