Skip to content

Merge branch 'release-6.x.x' into TASK-8163 #718

Merge branch 'release-6.x.x' into TASK-8163

Merge branch 'release-6.x.x' into TASK-8163 #718

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-maven:
uses: opencb/java-common-libs/.github/workflows/deploy-maven-repository-workflow.yml@develop
needs: test
with:
maven_opts: -Dcheckstyle.skip -DCELLBASE.WAR.NAME=cellbase
cache_key: ${{ needs.test.outputs.cache_key }}
secrets: inherit
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