Skip to content

Commit

Permalink
Trigger CI img rebuilds (#73)
Browse files Browse the repository at this point in the history
Configures the release workflow to trigger `build-and-publish-images`
workflow of `ci-imgs` due to being an upstream dependency.
  • Loading branch information
AyodeAwe authored Sep 7, 2023
1 parent 6030445 commit f45e784
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,14 @@ jobs:
with:
files: ${{ env.RELEASE_FILE_NAME }}
tag_name: ${{ env.NEXT_PATCH_VERSION }}
trigger-pipeline:
runs-on: ubuntu-latest
needs: release
steps:
- name: Trigger CI Images
env:
GH_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
run: |
gh workflow run push.yml \
--repo github.com/rapidsai/ci-imgs \
--ref main

0 comments on commit f45e784

Please sign in to comment.