Skip to content

trying to automate the build #2

trying to automate the build

trying to automate the build #2

Workflow file for this run

# .github/workflows/release.yml
name: Release Workflow
on:
push:
branches:
- main # Adjust this to match your release branch or triggering condition
jobs:
trigger-builds:
runs-on: ubuntu-latest
strategy:
matrix:
baseImage: ['nvcr.io/nvidia/tritonserver']
baseTag: ['23.08']
uses: ./.github/workflows/build.yml

Check failure on line 16 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release.yml" -> "./.github/workflows/build.yml" (source branch with sha:07bccbed5ace69a85ad7d1448aa0eccc56407527) : workflow is not reusable as it is missing a `on.workflow_call` trigger
with:
baseImage: ${{ matrix.baseImage }}
baseTag: ${{ matrix.Tag}}