mirror of
https://github.com/docker/docs.git
synced 2026-04-12 14:25:46 +07:00
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:
committed by
David Lawrence
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"),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user