Skip to content

[TH2-5132] Corrected #376

[TH2-5132] Corrected

[TH2-5132] Corrected #376

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