Skip to content

Merge branch 'TS-1928' into TS-2674 #27

Merge branch 'TS-1928' into TS-2674

Merge branch 'TS-1928' into TS-2674 #27

name: Build and publish Docker image to Github Container Registry ghcr.io
on:
push:
branches-ignore:
- main
- 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 }}
nvd-api-key: ${{ secrets.NVD_APIKEY }}