Skip to content

more bytes32.from_hexstr() (#18446) #3632

more bytes32.from_hexstr() (#18446)

more bytes32.from_hexstr() (#18446) #3632

name: 📦🚀 Trigger Main Docker Build
on:
push:
paths-ignore:
- "**.md"
branches:
- main
concurrency:
# SHA is added to the end if on `main` to let all main workflows run
group: ${{ github.ref }}-${{ github.workflow }}-${{ github.event_name }}-${{ (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/') || startsWith(github.ref, 'refs/heads/long_lived/')) && github.sha || '' }}
cancel-in-progress: true
permissions:
id-token: write
contents: read
jobs:
trigger:
name: Trigger building a new `main` tag for the chia-docker image
runs-on: ubuntu-latest
steps:
- name: Trigger docker main workflow via github-glue
uses: Chia-Network/actions/github/glue@main
with:
json_data: "{}"
glue_url: "${{ secrets.GLUE_API_URL }}"
glue_project: "docker-build-main/${{ github.sha }}"
glue_path: "start"
- name: Trigger docker main success via github-glue
uses: Chia-Network/actions/github/glue@main
with:
json_data: "{}"
glue_url: "${{ secrets.GLUE_API_URL }}"
glue_project: "docker-build-main/${{ github.sha }}"
glue_path: "success/build-main"