Skip to content

Commit

Permalink
fix docker deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
exaexa committed Mar 17, 2023
1 parent 34373f3 commit ed2c20d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
image_name: lcsb-biocore/docker/fbcmodeltests.jl
github_token: ${{ secrets.GITHUB_TOKEN }}
docker_runfrog:
name: Push the generic docker image to ghcr
name: Push the run-frog docker image to ghcr
runs-on: ubuntu-latest
steps:
- name: Check out the repo
Expand All @@ -31,3 +31,15 @@ jobs:
dockerfile: docker/Dockerfile.runfrog
image_name: lcsb-biocore/docker/fbcmodeltests-run-frog
github_token: ${{ secrets.GITHUB_TOKEN }}
docker_comparefrog:
name: Push the compare-frog docker image to ghcr
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: Build and publish a Docker image for ${{ github.repository }}
uses: macbre/push-to-ghcr@master
with:
dockerfile: docker/Dockerfile.comparefrog
image_name: lcsb-biocore/docker/fbcmodeltests-compare-frog
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ed2c20d

Please sign in to comment.