From ebc1a919d490903729050b6be79b2d5ed3dbe0fc Mon Sep 17 00:00:00 2001 From: Ben Rockwood Date: Fri, 29 Sep 2023 14:14:37 -0700 Subject: [PATCH] Trigger remote registry build Signed-off-by: Ben Rockwood --- .github/workflows/release.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 96a321c..de398d6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,4 +16,11 @@ jobs: with: files: "**/*.mql.yaml" generate_release_notes: true - fail_on_unmatched_files: true \ No newline at end of file + 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 }}"}' \ No newline at end of file