Skip to content

Commit

Permalink
trying to automate the build
Browse files Browse the repository at this point in the history
  • Loading branch information
ctr26 committed Feb 21, 2024
1 parent c54e7df commit ff8f6fc
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# .github/workflows/release.yml
name: Release Workflow

on:
Expand All @@ -13,7 +12,9 @@ jobs:
matrix:
baseImage: ['nvcr.io/nvidia/tritonserver']
baseTag: ['23.08']
uses: ./.github/workflows/build.yml
with:
baseImage: ${{ matrix.baseImage }}
baseTag: ${{ matrix.Tag}}
steps:
- name: Trigger Manually Triggered Build and Push Workflow
uses: ./.github/workflows/build.yml@main # Ensure this references the correct path and branch
with:
baseImage: ${{ matrix.baseImage }}
baseTag: ${{ matrix.baseTag }}

0 comments on commit ff8f6fc

Please sign in to comment.