Skip to content

trying to automate the build #3

trying to automate the build

trying to automate the build #3

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 / Release Workflow

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 16, Col: 5): Unexpected value 'uses' .github/workflows/release.yml (Line: 17, Col: 5): Unexpected value 'with'
with:
baseImage: ${{ matrix.baseImage }}
baseTag: ${{ matrix.Tag}}