Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 547 Bytes

File metadata and controls

15 lines (11 loc) · 547 Bytes

docker-git-crypt-unlock https://cloud.docker.com/u/steffenmllr/repository/docker/steffenmllr/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