Added triggers for KiCad-Auto-Test

This commit is contained in:
Salvador E. Tropea 2022-03-26 17:29:12 -03:00
parent d093eb362e
commit add8bfd42a
3 changed files with 12 additions and 0 deletions

View File

@ -35,3 +35,7 @@ jobs:
push: true
tags: setsoft/kicad_auto:latest
labels: ${{ steps.meta.outputs.labels }}
- name: Trigger KiCad-Auto-Test image build
run: |
curl -X POST -u "${{secrets.PAT_USERNAME}}:${{secrets.PAT_TOKEN}}" -H "Accept: application/vnd.github.v3+json" -H "Content-Type: application/json" https://api.github.com/repos/INTI-CMNB/kicad_auto_test/dispatches --data '{"event_type": "build_k5"}'

View File

@ -35,3 +35,7 @@ jobs:
push: true
tags: setsoft/kicad_auto:ki6
labels: ${{ steps.meta.outputs.labels }}
- name: Trigger KiCad-Auto-Test image build
run: |
curl -X POST -u "${{secrets.PAT_USERNAME}}:${{secrets.PAT_TOKEN}}" -H "Accept: application/vnd.github.v3+json" -H "Content-Type: application/json" https://api.github.com/repos/INTI-CMNB/kicad_auto_test/dispatches --data '{"event_type": "build_k6"}'

View File

@ -35,3 +35,7 @@ jobs:
push: true
tags: setsoft/kicad_auto:nightly
labels: ${{ steps.meta.outputs.labels }}
- name: Trigger KiCad-Auto-Test image build
run: |
curl -X POST -u "${{secrets.PAT_USERNAME}}:${{secrets.PAT_TOKEN}}" -H "Accept: application/vnd.github.v3+json" -H "Content-Type: application/json" https://api.github.com/repos/INTI-CMNB/kicad_auto_test/dispatches --data '{"event_type": "build_nightly"}'