Merge pull request #170 from buschlab/renovate/docker-login-action-3.x #423
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Docker build (care) | |
on: | |
push: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Build care cBioPortal | |
run: docker-compose -f docker-compose.yml build cbioportal | |
- name: Build care cbioproxy | |
run: docker-compose -f docker-compose.yml build cbioproxy |