Skip to content

Commit

Permalink
Remove invalid workflow reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jhiemstrawisc committed Dec 9, 2024
1 parent dfabffc commit 5a59561
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,63 +4,63 @@ on: [push, pull_request]

jobs:
build-and-remove-omics1:
uses: "./.github/workflows/build-and-remove-template.yml@${{ github.sha }}"
uses: "./.github/workflows/build-and-remove-template.yml"
with:
path: docker-wrappers/OmicsIntegrator1
container: reedcompbio/omics-integrator-1
tag: latest
always-build: false
build-and-remove-omics2:
uses: "./.github/workflows/build-and-remove-template.yml@${{ github.sha }}"
uses: "./.github/workflows/build-and-remove-template.yml"
with:
path: docker-wrappers/OmicsIntegrator2
container: reedcompbio/omics-integrator-2
tag: latest
always-build: false
build-and-remove-pathlinker:
uses: "./.github/workflows/build-and-remove-template.yml@${{ github.sha }}"
uses: "./.github/workflows/build-and-remove-template.yml"
with:
path: docker-wrappers/PathLinker
container: reedcompbio/pathlinker
tag: v2
always-build: false
build-and-remove-meo:
uses: "./.github/workflows/build-and-remove-template.yml@${{ github.sha }}"
uses: "./.github/workflows/build-and-remove-template.yml"
with:
path: docker-wrappers/MEO
container: reedcompbio/meo
tag: latest
always-build: false
build-and-remove-mincostflow:
uses: "./.github/workflows/build-and-remove-template.yml@${{ github.sha }}"
uses: "./.github/workflows/build-and-remove-template.yml"
with:
path: docker-wrappers/MinCostFlow
container: reedcompbio/mincostflow
tag: latest
always-build: false
build-and-remove-allpairs:
uses: "./.github/workflows/build-and-remove-template.yml@${{ github.sha }}"
uses: "./.github/workflows/build-and-remove-template.yml"
with:
path: docker-wrappers/AllPairs
container: reedcompbio/allpairs
tag: v2
always-build: false
build-and-remove-domino:
uses: "./.github/workflows/build-and-remove-template.yml@${{ github.sha }}"
uses: "./.github/workflows/build-and-remove-template.yml"
with:
path: docker-wrappers/DOMINO
container: reedcompbio/domino
tag: latest
always-build: false
build-and-remove-cytoscape:
uses: "./.github/workflows/build-and-remove-template.yml@${{ github.sha }}"
uses: "./.github/workflows/build-and-remove-template.yml"
with:
path: docker-wrappers/Cytoscape
container: reedcompbio/py4cytoscape
tag: v3
always-build: false
build-and-remove-spras:
uses: "./.github/workflows/build-and-remove-template.yml@${{ github.sha }}"
uses: "./.github/workflows/build-and-remove-template.yml"
with:
path: docker-wrappers/SPRAS
container: reedcompbio/spras
Expand Down

0 comments on commit 5a59561

Please sign in to comment.