This commit is contained in:
nora 2023-09-03 11:43:54 +02:00
parent 0597214e8e
commit a90f022d9f
2 changed files with 5 additions and 5 deletions

View file

@ -27,11 +27,6 @@ jobs:
username: ${{ secrets.DOCKER_NILSTRIEB_DEV_USER }}
password: ${{ secrets.DOCKER_NILSTRIEB_DEV_PASSWORD }}
- uses: actions/checkout@v3
- name: Unlock git-crypt secrets
run: |
base64 -d > git-crypt-key <<< "{{ secrets.GIT_CRYPT_KEY_BASE64 }}"
git-crypt unlock git-crypt-key
rm git-crypt-key
- name: Build docker image
run: |
ci/build.sh ${{ github.event.inputs.app }}