Skip to content

Commit

Permalink
Merge pull request #1804 from greenbone/rebuild-theia-gvmd-container
Browse files Browse the repository at this point in the history
Rebuild theia gvmd container if gvmd changes
  • Loading branch information
bjoernricks authored May 4, 2022
2 parents aa4f9a9 + c8e02d1 commit ad0348c
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://api.github.com//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 ad0348c

Please sign in to comment.