Skip to content

[TH2-4929] Transport protocol (#39) #9

[TH2-4929] Transport protocol (#39)

[TH2-4929] Transport protocol (#39) #9

name: Build and publish Docker distributions to Github Container Registry ghcr.io
on:
push:
branches:
- master
- version-*
paths:
- gradle.properties
# - package_info.json
jobs:
build-job:
uses: th2-net/.github/.github/workflows/compound-java.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