You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 17, 2025. It is now read-only.
In this example the `VAULT_TOKEN` is passed in through a build-arg which means you **MUST** revoke the token before pushing the image, otherwise you will be leaking an active credential!
88
88
@@ -94,7 +94,7 @@ ARG VAULT_TOKEN
94
94
95
95
RUN set -ex \
96
96
&& apk --no-cache add git \
97
-
&& go get -u -v github.com/Luzifer/git-credential-vault \
97
+
&& go install github.com/Luzifer/git-credential-vault@latest \
0 commit comments