From b191ab3dfe166c2ea10b1097e2fac714f0012dd1 Mon Sep 17 00:00:00 2001 From: Chris Marslender Date: Fri, 30 Aug 2024 19:52:05 -0500 Subject: [PATCH] Add trigger for a new docker release (#265) --- .github/workflows/latest-release.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/latest-release.yml b/.github/workflows/latest-release.yml index 15db450..0e6c38a 100644 --- a/.github/workflows/latest-release.yml +++ b/.github/workflows/latest-release.yml @@ -75,3 +75,11 @@ jobs: "BRANCH=${{ steps.latest-tag.outputs.result }}" tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + + - uses: Chia-Network/actions/github/glue@main + if: env.FULL_RELEASE == 'true' + with: + json_data: '{"chia_ref":"${{ steps.latest-tag.outputs.result }}"}' + glue_url: ${{ secrets.GLUE_API_URL }} + glue_project: "docker-new-release" + glue_path: "trigger"