Skip to content

Try calling workflow #2

Try calling workflow

Try calling workflow #2

on:
push:
paths-ignore: ['*.md', 'CODEOWNERS', 'LICENSE']
tags:
- "**"
branches:
- 'integration'
- 'release/version*'
- 'docker-images'
workflow_dispatch:
jobs:
call-reusable-workflow:
uses: nationalsecurityagency/datawave-accumulo-service/.github/workflows/build-image.yaml@docker-images

Check failure on line 13 in .github/workflows/build-images-caller.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-images-caller.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build-images-caller.yml" -> "nationalsecurityagency/datawave-accumulo-service/.github/workflows/build-image.yaml@docker-images" (source branch with sha:ff821b32c29e88efe345089dbf2fcfd02e714c5f) : workflow is not reusable as it is missing a `on.workflow_call` trigger
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}