From fdbbc34178f4c67070c54b6ebcb13d467fb7724f Mon Sep 17 00:00:00 2001 From: Chris Marslender Date: Fri, 30 Aug 2024 19:42:54 -0500 Subject: [PATCH] Add trigger for a new docker release --- .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"