Skip to content

Commit

Permalink
Adding downstream build triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbyt3r committed Aug 5, 2023
1 parent b65c56b commit dbca4ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ jobs:
context: "."
push: true
tags: ghcr.io/${{ github.repository }}:${{ github.ref_name }}

- name: Trigger Downstream Builds
run: |
curl -XPOST -u "${{secrets.PAT_USERNAME}}:${{secrets.PAT_TOKEN}}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/magfest/ubersystem/actions/workflows/ci-docker.yaml/dispatches --data '{"ref": "${{github.ref_name}}"}'

0 comments on commit dbca4ee

Please sign in to comment.