Skip to content

server: improve messages in endpoint /meta/about, #TASK-5564 #673

server: improve messages in endpoint /meta/about, #TASK-5564

server: improve messages in endpoint /meta/about, #TASK-5564 #673

Workflow file for this run

name: CellBase task workflow
on:
push:
branches:
- TASK-*
workflow_dispatch:
jobs:
test:
uses: ./.github/workflows/test-analysis.yml
secrets: inherit
with:
upload_artifact: true
deploy-docker:
uses: opencb/java-common-libs/.github/workflows/deploy-docker-hub-workflow.yml@develop
needs: test
with:
cli: python3 ./build/cloud/docker/docker-build.py push --images base,builder --tag ${{ github.ref_name }}
secrets: inherit