Skip to content

Commit

Permalink
Update docker-build-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nr23730 authored Aug 30, 2024
1 parent ce39c41 commit cf8a91e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Push cbioportal
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
run: docker compose -f compose-dev.yml push cbioportal
run: docker compose -f compose-dev.yml build cbioportal --push
- name: Push cbioproxy
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
run: docker compose -f compose-dev.yml push cbioproxy
run: docker compose -f compose-dev.yml build cbioproxy --push

0 comments on commit cf8a91e

Please sign in to comment.