Skip to content

Commit

Permalink
Remove: Don't trigger external CI workflows anymore
Browse files Browse the repository at this point in the history
The triggered workflows are all obsolete and removed now. We don't use
any build images anymore. Instead we build directly on images from
gvm-libs without the need of dedicated build images per component.
  • Loading branch information
bjoernricks committed Jan 31, 2025
1 parent bd5321b commit aa5f679
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,29 +55,3 @@ jobs:
org.opencontainers.image.base.name=debian:testing-slim
ref-name: ${{ inputs.ref-name }}
secrets: inherit

# triggers projects that work with stable branches on a new stable tag
trigger-stable-projects:
needs: build-push-debian-stable-container
if: github.ref_type == 'tag' && startsWith(github.ref_name, 'v')
name: Trigger update container images in related projects for new tags
strategy:
fail-fast: false
matrix:
repository: ["greenbone/gvmd", "greenbone/gsad"]
runs-on: ubuntu-latest
steps:
- name: Trigger ${{ matrix.repository }} build container image build
uses: greenbone/actions/trigger-workflow@v3
with:
token: ${{ secrets.GREENBONE_BOT_TOKEN }}
repository: ${{ matrix.repository }}
workflow: build-container.yml
ref: main
- name: Trigger ${{ matrix.repository }} container image build
uses: greenbone/actions/trigger-workflow@v3
with:
token: ${{ secrets.GREENBONE_BOT_TOKEN }}
repository: ${{ matrix.repository }}
workflow: container.yml
ref: main

0 comments on commit aa5f679

Please sign in to comment.