mirror of https://github.com/docker/docs.git
Changing env to be TARGETS
Signed-off-by: David Lawrence <david.lawrence@docker.com> Signed-off-by: Diogo Monica <diogo.monica@gmail.com> (github: endophage)
This commit is contained in:
parent
5aaf4fa8a5
commit
f9f118d088
|
@ -145,7 +145,7 @@ func getPassphraseRetriever() passphrase.Retriever {
|
|||
baseRetriever := passphrase.PromptRetriever()
|
||||
env := map[string]string{
|
||||
"root": os.Getenv("NOTARY_ROOT_PASSPHRASE"),
|
||||
"targets": os.Getenv("NOTARY_TARGET_PASSPHRASE"),
|
||||
"targets": os.Getenv("NOTARY_TARGETS_PASSPHRASE"),
|
||||
"snapshot": os.Getenv("NOTARY_SNAPSHOT_PASSPHRASE"),
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue