Skip to content

Commit

Permalink
Update docker-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IvoLeist authored Dec 9, 2023
1 parent 4162728 commit dcc8cb7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Docker build client and server
name: Docker build server and client

on:
workflow_dispatch:

jobs:
call-docker-build-client-workflow:
uses: CNAG-Biomedical-Informatics/convert-pheno-ui/.github/workflows/docker-build-client.yml@main
secrets: inherit # pass all secrets

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

0 comments on commit dcc8cb7

Please sign in to comment.