Skip to content

Commit

Permalink
Fix tags in Docker pull tests
Browse files Browse the repository at this point in the history
  • Loading branch information
agitter committed Jun 21, 2024
1 parent bbc217e commit 42cf81a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-spras.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,16 +100,16 @@ jobs:
dockerfile: docker-wrappers/OmicsIntegrator2/Dockerfile
repository: reedcompbio/omics-integrator-2
tags: v2
cache_froms: reedcompbio/omics-integrator-2:v2
cache_froms: reedcompbio/omics-integrator-2:latest
push: false
- name: Build PathLinker Docker image
uses: docker/build-push-action@v1
with:
path: docker-wrappers/PathLinker/.
dockerfile: docker-wrappers/PathLinker/Dockerfile
repository: reedcompbio/pathlinker
tags: latest
cache_froms: reedcompbio/pathlinker:v2
tags: v2
cache_froms: reedcompbio/pathlinker:latest
push: false
- name: Build Maximum Edge Orientation Docker image
uses: docker/build-push-action@v1
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
dockerfile: docker-wrappers/Cytoscape/Dockerfile
repository: reedcompbio/py4cytoscape
tags: v2
cache_froms: reedcompbio/py4cytoscape:v2
cache_froms: reedcompbio/py4cytoscape:latest
push: false

# Run pre-commit checks on source files
Expand Down

0 comments on commit 42cf81a

Please sign in to comment.