Skip to content

Commit

Permalink
Adding bwa Docker container to GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
tefirman committed Feb 9, 2024
1 parent 37c0ba7 commit 9c632e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
docker build --platform linux/amd64 -t ghcr.io/getwilds/gatk:latest -f Dockerfile_gatk .
docker run ghcr.io/getwilds/gatk:latest
docker push ghcr.io/getwilds/gatk:latest
docker build --platform linux/amd64 -t ghcr.io/getwilds/bwa:latest -f Dockerfile_bwa .
docker run ghcr.io/getwilds/bwa:latest
docker push ghcr.io/getwilds/bwa:latest

0 comments on commit 9c632e5

Please sign in to comment.