Skip to content

Commit

Permalink
docs: fix environment variable to be COSIGN_PWD (#2489)
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed Sep 15, 2021
1 parent cd93cda commit 8ecddfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/docs/customization/docker_sign.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ docker_signs:

# Stdin data template to be given to the signature command as stdin.
# Defaults to empty
stdin: '{{ .Env.GPG_PASSWORD }}'
stdin: '{{ .Env.COSIGN_PWD }}'

# StdinFile file to be given to the signature command as stdin.
# Defaults to empty
Expand Down

1 comment on commit 8ecddfa

@vercel
Copy link

@vercel vercel bot commented on 8ecddfa Sep 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.