Update git-credential-vault installation command
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
d4c82d3915
commit
2713a5ab13
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ ARG VAULT_TOKEN
|
|||
|
||||
RUN set -ex \
|
||||
&& apk --no-cache add git \
|
||||
&& GOPATH=/usr/local go get -u -v github.com/Luzifer/git-credential-vault \
|
||||
&& GOPATH=/usr/local go install github.com/Luzifer/git-credential-vault@latest \
|
||||
&& git config --global credential.helper 'vault --vault-path-prefix {{ env `VAULT_GIT_CREDENTIAL_PATH` }}'
|
||||
{{- end }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue