Skip to content

Commit

Permalink
Update decon-alg-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sgosline committed Oct 18, 2023
1 parent c50adbd commit 177bc6b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/decon-alg-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ jobs:
with:
username: ${{ secrets.DOCKER }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Build and push xcell
uses: docker/build-push-action@v4
with:
context: tumorDeconvAlgs/xcell
platforms: linux/amd64,linux/arm64/v8
push: true
tags: tumordeconv/xcell:latest
- name: Build and push cibersort
uses: docker/build-push-action@v4
with:
Expand All @@ -37,13 +44,6 @@ jobs:
platforms: linux/amd64,linux/arm64/v8
push: true
tags: tumordeconv/epic:latest
- name: Build and push xcell
uses: docker/build-push-action@v4
with:
context: tumorDeconvAlgs/xcell
platforms: linux/amd64,linux/arm64/v8
push: true
tags: tumordeconv/xcell:latest
- name: Build and push mcpcounter
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit 177bc6b

Please sign in to comment.