Skip to content

Commit

Permalink
Change: container pipeline should also trigger boreas image build (#717)
Browse files Browse the repository at this point in the history
On a gvm-libs change boreas needs to be informed as well.
  • Loading branch information
nichtsfrei committed Oct 12, 2022
1 parent 688fc63 commit 2cf1662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Expand Up @@ -61,7 +61,7 @@ jobs:
strategy:
fail-fast: false
matrix:
repository: ["greenbone/openvas-scanner", "greenbone/gvmd", "greenbone/gsad"]
repository: ["greenbone/openvas-scanner", "greenbone/gvmd", "greenbone/gsad", "greenbone/boreas"]
runs-on: ubuntu-latest
steps:
- name: Trigger main ${{ matrix.repository }} container image build
Expand Down

0 comments on commit 2cf1662

Please sign in to comment.