Docker build server and client #7
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 server and client | |
on: | |
workflow_dispatch: | |
jobs: | |
call-docker-build-server-workflow: | |
uses: CNAG-Biomedical-Informatics/convert-pheno-ui/.github/workflows/docker-build-server.yml@main | |
secrets: inherit # pass all secrets | |
call-docker-build-client-workflow: | |
uses: CNAG-Biomedical-Informatics/convert-pheno-ui/.github/workflows/docker-build-client.yml@main | |
secrets: inherit # pass all secrets |