mirror of
https://github.com/docker/docs.git
synced 2026-04-12 22:36:10 +07:00
Merge pull request #46 from docker/change-env-targets
Changing env to be TARGETS Signed-off-by: David Lawrence <david.lawrence@docker.com> Signed-off-by: Diogo Mónica <diogo.monica@gmail.com> (github: endophage)
This commit is contained in:
@@ -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