Skip to content

Commit

Permalink
Rebuild theia gvmd container if gvmd changes
Browse files Browse the repository at this point in the history
Ensure that the theia gvmd container is up to date automatically by
dispatching a wokflow_run event to the libtheia repository.
  • Loading branch information
bjoernricks committed Apr 13, 2022
1 parent 32db16f commit 9547c7d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,9 @@ jobs:
file: .docker/build.Dockerfile
build-args: |
COMPILER=${{matrix.compiler}}
- name: Trigger libtheia container build
run: |
curl -X POST https://github.com/gitapi//repos/greenbone/libtheia/actions/workflows/container.yml/dispatches \
-H "Accept: application/vnd.github.v3+json" \
-u greenbonebot:${{ secrets.GREENBONE_BOT_TOKEN }} \
-d '{"ref":"main"}

0 comments on commit 9547c7d

Please sign in to comment.