Skip to content

Commit

Permalink
Add trigger for a new docker release (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender authored Aug 31, 2024
1 parent 0e56f01 commit b191ab3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/latest-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit b191ab3

Please sign in to comment.