Skip to content

Commit

Permalink
Add SPRAS docker build to CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jhiemstrawisc committed Jul 1, 2024
1 parent 1358853 commit f1b18ba
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test-spras.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
docker pull reedcompbio/mincostflow:latest
docker pull reedcompbio/allpairs:latest
docker pull reedcompbio/domino:latest
docker pull reedcompbio/spras:v0.1.0
- name: Build Omics Integrator 1 Docker image
uses: docker/build-push-action@v1
with:
Expand Down Expand Up @@ -155,6 +156,15 @@ jobs:
tags: v2
cache_froms: reedcompbio/py4cytoscape:v2
push: false
- name: Build SPRAS Docker image
uses: docker/build-push-action@v1
with:
path: .
dockerfile: docker-wrappers/SPRAS/Dockerfile
repository: reedcompbio/spras
tags: v0.1.0
cache_froms: reedcompbio/spras:v0.1.0
push: false

# Run pre-commit checks on source files
pre-commit:
Expand Down

0 comments on commit f1b18ba

Please sign in to comment.