Skip to content

Commit

Permalink
Test CI spimm
Browse files Browse the repository at this point in the history
  • Loading branch information
tdethier committed Nov 10, 2023
1 parent ab638d8 commit 5da5273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: echo "$SSH_KEY" > ~/.ssh/language_key
shell: bash
env:
SSH_KEY: ${{SSH_KEY_LANGUAGE_MODULE.SSH_KEY}}
SSH_KEY: ${{ secrets.SSH_KEY_LANGUAGE_MODULE }}
- name: Build the openimis backend Docker image
run: |
docker build --tag ghcr.io/blsq/openimis-fe:${{ github.event.inputs.tag }} --squash .
Expand Down

0 comments on commit 5da5273

Please sign in to comment.