Skip to content

Commit

Permalink
Trigger nebula-dev docker build automatically (#136)
Browse files Browse the repository at this point in the history
* Trigger third party build after docker image ready

* Trigger nebula-dev-docker workflow
  • Loading branch information
yixinglu authored Feb 7, 2024
1 parent 94a6514 commit 79f5784
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@ name: build
on:
push:
branches:
- 'master'
- master
paths-ignore:
- 'docker/buildx/**.Dockerfile'
workflow_run:
workflows:
- docker
branches:
- master
types:
- completed
conclusion: success

concurrency:
group: ${{ github.ref }}
Expand Down Expand Up @@ -78,7 +86,6 @@ jobs:
fi
build_package=1 ${{ env.path }}/build.sh
working-directory: ../build/

- name: Setup MinIO
uses: vesoft-inc/.github/actions/setup-minio@master
with:
Expand All @@ -87,3 +94,8 @@ jobs:
secret_key: ${{ secrets.MINIO_SECRET }}
- name: Copy dir to MinIO
run: mc cp -r ../build/packages/ minio/rc-build/third-party/5.0/
- uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.GH_PAT }}
repository: vesoft-inc/nebula-dev-docker
event-type: nebula-third-party-build

0 comments on commit 79f5784

Please sign in to comment.