downgrade ensembl-mysql image #545
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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 | |
- name: Build care cBioPortal | |
run: FLAVOR=care docker compose build cbioportal | |
- name: Build care cbioproxy | |
run: FLAVOR=care docker compose build cbioproxy |