[TH2-5226] Removed singletons #26
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and publish Docker image 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 }} | |
# FIXME: strict scanner was disabled for 4.6.4 hotfix publishing and must be removed after that | |
strict-scanner: false | |
secrets: | |
docker-password: ${{ secrets.GITHUB_TOKEN }} | |
nvd-api-key: ${{ secrets.NVD_APIKEY }} |