Skip to content

Commit

Permalink
ci: trigger docker build workflows for child components (#29)
Browse files Browse the repository at this point in the history
* ci: add drivers to trigger-related-workflows job
  • Loading branch information
BernhardFuchs committed Aug 13, 2021
1 parent 70b183a commit baba4f0
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion .github/workflows/docker-build-and-deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,49 @@ jobs:
with:
token: ${{ env.WORKFLOW_DISPATCH_TOKEN }}
repo: danubetech/danubetech-uni-registrar-web
workflow: Docker build/deploy image to Danubetech Nexus
workflow: 4760492 # Docker build
- name: Repository Dispatch
uses: benc-uk/workflow-dispatch@v1
with:
token: ${{ env.WORKFLOW_DISPATCH_TOKEN }}
repo: decentralized-identity/uni-registrar-driver-did-key
workflow: 6108956 # Docker build
- name: Repository Dispatch
uses: benc-uk/workflow-dispatch@v1
with:
token: ${{ env.WORKFLOW_DISPATCH_TOKEN }}
repo: decentralized-identity/uni-registrar-driver-did-sov
workflow: 6108957 # Docker build
- name: Repository Dispatch
uses: benc-uk/workflow-dispatch@v1
with:
token: ${{ env.WORKFLOW_DISPATCH_TOKEN }}
repo: decentralized-identity/uni-registrar-driver-did-btcr
workflow: 6108951 # Docker build
- name: Repository Dispatch
uses: benc-uk/workflow-dispatch@v1
with:
token: ${{ env.WORKFLOW_DISPATCH_TOKEN }}
repo: decentralized-identity/uni-registrar-driver-did-v1
workflow: 6108962 # Docker build
- name: Repository Dispatch
uses: benc-uk/workflow-dispatch@v1
with:
token: ${{ env.WORKFLOW_DISPATCH_TOKEN }}
repo: decentralized-identity/uni-registrar-driver-did-ebsi
workflow: 10383067 # Docker build
- name: Repository Dispatch
uses: benc-uk/workflow-dispatch@v1
with:
token: ${{ env.WORKFLOW_DISPATCH_TOKEN }}
repo: decentralized-identity/uni-registrar-driver-did-ion
workflow: 6108961 # Docker build
- name: Repository Dispatch
uses: benc-uk/workflow-dispatch@v1
with:
token: ${{ env.WORKFLOW_DISPATCH_TOKEN }}
repo: decentralized-identity/uni-registrar-driver-did-web
workflow: 6108959 # Docker build
- name: Slack notification
uses: 8398a7/action-slack@v3
with:
Expand Down

0 comments on commit baba4f0

Please sign in to comment.