docker-git-crypt-unlock Alpine image with git-crypt used as a github action here Usage 1. Get your key: GIT_CRYPT_KEY = `git-crypt export-key secret.key | base64` 2. Set the key in the container docker run -it -e GIT_CRYPT_KEY="YOUR_KEY" mllrsohn/docker-git-crypt-unlock