Skip to content

Separate and reuse github workflows #2

Separate and reuse github workflows

Separate and reuse github workflows #2

Workflow file for this run

name: Publish to Docker Hub
on:
push:
branches:
- develop
pull_request:
jobs:
test:
uses: FAIRDataTeam/github-workflows/.github/workflows/maven-verify.yml@v1
publish:
needs: test
uses: FAIRDataTeam/github-workflows/.github/workflows/docker-publish.yml@v1

Check failure on line 14 in .github/workflows/docker-publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docker-publish.yml

Invalid workflow file

error parsing called workflow ".github/workflows/docker-publish.yml" -> "FAIRDataTeam/github-workflows/.github/workflows/docker-publish.yml@v1" : failed to fetch workflow: workflow was not found.
secrets: inherit