Skip to content

Commit

Permalink
Trigger remote registry build (#102)
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Rockwood <[email protected]>
  • Loading branch information
benr authored Oct 3, 2023
1 parent bf5472a commit 6b93ddc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,11 @@ jobs:
with:
files: "**/*.mql.yaml"
generate_release_notes: true
fail_on_unmatched_files: true
fail_on_unmatched_files: true
- name: Trigger Registry Update
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.REPO_API_TOKEN }}
repository: mondoohq/server
event-type: update
client-payload: '{"source": "${{ github.repository }}", "tag": "${{ github.ref }}"}'

0 comments on commit 6b93ddc

Please sign in to comment.