Skip to content

dependencies updated #198

dependencies updated

dependencies updated #198

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:
strategy:
fail-fast: false # because the OWASP scan that fails and cancels parallel runs
matrix:
proto:
- conn-fix
- conn-ntg
- conn-soup
uses: th2-net/.github/.github/workflows/matrix-java-docker-dev.yml@main
with:
runsOn: ubuntu-latest
projectName: ${{ matrix.proto }}
build-target: 'Docker'
docker-username: ${{ github.actor }}
secrets:
docker-password: ${{ secrets.GITHUB_TOKEN }}