Skip to content

[TS-1795] Add offest gaps detection to the kafka consumer loop #85

[TS-1795] Add offest gaps detection to the kafka consumer loop

[TS-1795] Add offest gaps detection to the kafka consumer loop #85

name: Dev build and publish Docker distributions to Github Container Registry ghcr.io
on:
push:
branches-ignore:
- master
- version-*
- dependabot**
paths-ignore:
- README.md
jobs:
build-job:
uses: th2-net/.github/.github/workflows/compound-java-dev.yml@main
with:
build-target: 'Docker'
docker-username: ${{ github.actor }}
secrets:
docker-password: ${{ secrets.GITHUB_TOKEN }}
owasp-scan:
uses: th2-net/.github/.github/workflows/owasp-gradle-scan.yml@main