This update configures two Github Actions to build and push docker images for the api and client respectively. Both are triggered on pushes/PRs that contain any changes to the server/ and client/ directories (much in the same way tests are triggered for bjorn in the Clinical-Genomics-Lund/bnf-infrastructure repo )
For this to work the organization repo first needs to set up Github secrets that define a DOCKERHUB_USERNAME and DOCKERHUB_TOKEN with access to clinicalgenomicslund
WIP
This update configures two Github Actions to build and push docker images for the api and client respectively. Both are triggered on pushes/PRs that contain any changes to the
server/
andclient/
directories (much in the same way tests are triggered for bjorn in the Clinical-Genomics-Lund/bnf-infrastructure repo )For this to work the organization repo first needs to set up Github secrets that define a
DOCKERHUB_USERNAME
andDOCKERHUB_TOKEN
with access toclinicalgenomicslund