Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebuild theia gvmd container if gvmd changes #1804

Merged
merged 1 commit into from
May 4, 2022

Conversation

bjoernricks
Copy link
Contributor

@bjoernricks bjoernricks commented Apr 13, 2022

What:

Rebuild theia gvmd container if gvmd changes

Why:

Ensure that the theia gvmd container is up to date automatically by
dispatching a wokflow_run event to the libtheia repository.

How did you test it:

Checklist:

  • n/a Tests
  • n/a PR merge commit message adjusted

@bjoernricks bjoernricks requested review from a team as code owners April 13, 2022 06:56
Ensure that the theia gvmd container is up to date automatically by
dispatching a wokflow_run event to the libtheia repository.
@bjoernricks bjoernricks force-pushed the rebuild-theia-gvmd-container branch from 9547c7d to c8e02d1 Compare May 4, 2022 06:33
@bjoernricks bjoernricks merged commit ad0348c into main May 4, 2022
@bjoernricks bjoernricks deleted the rebuild-theia-gvmd-container branch May 4, 2022 06:38
@@ -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 \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
curl -X POST https://github.com/gitapi//repos/greenbone/libtheia/actions/workflows/container.yml/dispatches \
curl -X POST https://github.com/gitapi/repos/greenbone/libtheia/actions/workflows/container.yml/dispatches \

@Dexus Dexus mentioned this pull request May 4, 2022
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants