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 5da5273 commit d12af45
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ jobs:
shell: bash
env:
SSH_KEY: ${{ secrets.SSH_KEY_LANGUAGE_MODULE }}
- name: Test SSH Key
run: ssh -i ~/.ssh/language_key -T [email protected]
- name: Build the openimis backend Docker image
run: |
docker build --tag ghcr.io/blsq/openimis-fe:${{ github.event.inputs.tag }} --squash .
docker push ghcr.io/blsq/openimis-fe:${{ github.event.inputs.tag }}
volumes:
- ~/.ssh/language_key:~/.ssh/language_key
# volumes:
# - ~/.ssh/language_key:~/.ssh/language_key

0 comments on commit d12af45

Please sign in to comment.