diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index ce81a5099..a0afc596c 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -77,3 +77,15 @@ jobs: registry: ${{ vars.GREENBONE_REGISTRY }} token: ${{ secrets.GREENBONE_REGISTRY_REPLICATION_TOKEN }} user: ${{ secrets.GREENBONE_REGISTRY_REPLICATION_USER }} + + automatix: + name: Update Automatix + if: ${{ !cancelled() && startsWith(github.ref, 'refs/tags/v') }} + needs: build + uses: greenbone/workflows/.github/workflows/automatix-service.yml@main + with: + service: openvas-gvmd + url: ${{ vars.GREENBONE_REGISTRY }}/openvas-scan-dev/${{ github.event.repository.name }} + tag: ${{ github.ref_name }} + artifact-pattern: default + secrets: inherit