We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e56f01 commit fdbbc34Copy full SHA for fdbbc34
.github/workflows/latest-release.yml
@@ -75,3 +75,11 @@ jobs:
75
"BRANCH=${{ steps.latest-tag.outputs.result }}"
76
tags: ${{ steps.meta.outputs.tags }}
77
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