ci: Update git-crypt image
Some checks failed
ci/woodpecker/push/build-site Pipeline failed

This commit is contained in:
Thomas A. Christensen II 2024-02-08 11:37:25 -06:00
parent b2dc663320
commit d99fc17381
Signed by: millironx
GPG key ID: B7044A3432851F64

View file

@ -3,7 +3,7 @@ when:
steps:
- name: Decrypt repository
image: truemark/git-crypt:beta-0.7.0-alpine-3.17
image: andyaugustin/git-crypt:v1.0.2
commands:
- echo "${GIT_CRYPT_KEY}" | base64 --decode > ./.git-crypt-key
- git-crypt unlock ./.git-crypt-key