Skip to content

Commit

Permalink
Push to Dockerhub before running test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
adamd3 committed Mar 26, 2024
1 parent 66ba5be commit b6d55ac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ jobs:
chmod +x nextflow
sudo mv nextflow /usr/local/bin/
- name: Run pipeline with test data
run: |
nextflow run ${GITHUB_WORKSPACE} -profile test,docker --outdir ./results
- name: Login to Docker Hub
uses: docker/login-action@v1
with:
Expand All @@ -53,4 +49,8 @@ jobs:
- name: Build and publish to docker
run: |
docker build --platform linux/amd64 -t adamd3/strainseq:latest .
docker push adamd3/strainseq:latest
docker push adamd3/strainseq:latest
- name: Run pipeline with test data
run: |
nextflow run ${GITHUB_WORKSPACE} -profile test,docker --outdir ./results

0 comments on commit b6d55ac

Please sign in to comment.