Skip to content

Commit fdbbc34

Browse files
committed
Add trigger for a new docker release
1 parent 0e56f01 commit fdbbc34

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/latest-release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,11 @@ jobs:
7575
"BRANCH=${{ steps.latest-tag.outputs.result }}"
7676
tags: ${{ steps.meta.outputs.tags }}
7777
labels: ${{ steps.meta.outputs.labels }}
78+
79+
- uses: Chia-Network/actions/github/glue@main
80+
if: env.FULL_RELEASE == 'true'
81+
with:
82+
json_data: '{"chia_ref":"${{ steps.latest-tag.outputs.result }}"}'
83+
glue_url: ${{ secrets.GLUE_API_URL }}
84+
glue_project: "docker-new-release"
85+
glue_path: "trigger"

0 commit comments

Comments
 (0)