Skip to content

adding ci docker build #10

adding ci docker build

adding ci docker build #10

Workflow file for this run

name: Notify
on: [push, workflow_dispatch]
jobs:
notify:
runs-on: ubuntu-latest
strategy:
matrix:
downstream:
- 'zcaudate-xyz/foundation-embed'
- 'zcaudate-xyz/foundation-fx'
- 'zcaudate-xyz/foundation-web'
steps:
- name: Notify Downstream
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.GH_TOKEN }}
repository: ${{ matrix.downstream }}
event-type: code-base-changed
client-payload: '{"repo": "${{ github.repository.id }}", "ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "comment": "${{ github.payload.comment }}"}'