Skip to content

app: regenerate federation CLI with client active flag #TASK-8350 #3781

app: regenerate federation CLI with client active flag #TASK-8350

app: regenerate federation CLI with client active flag #TASK-8350 #3781

Workflow file for this run

name: Push OpenCGA TASK
on:
push:
branches:
- TASK-*
workflow_dispatch:
jobs:
test:
uses: ./.github/workflows/test-analysis.yml
with:
test_profile: runShortTests
upload_artifact: true
secrets: inherit
deploy-zetta-docker:
uses: zetta-genomics/java-common-libs/.github/workflows/deploy-zetta-docker-hub-workflow.yml@develop

Check failure on line 19 in .github/workflows/task.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/task.yml

Invalid workflow file

error parsing called workflow ".github/workflows/task.yml" -> "zetta-genomics/java-common-libs/.github/workflows/deploy-zetta-docker-hub-workflow.yml@develop" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
needs: test
with:
cli: python3 ./build/cloud/docker/docker-build.py push --images base,init --tag "${{ github.ref_name }}" # Use branch name as tag
secrets: inherit
deploy-docker-workflow:
uses: zetta-genomics/java-common-libs/.github/workflows/deploy-docker-hub-workflow.yml@develop
needs: test
with:
cli: python3 ./build/cloud/docker/docker-build.py push --images workflow --tag ${{ github.ref_name }}
secrets: inherit