Skip to content

[TH2-5132] behaviour.permittedToRemoveNamespace option (#92) #80

[TH2-5132] behaviour.permittedToRemoveNamespace option (#92)

[TH2-5132] behaviour.permittedToRemoveNamespace option (#92) #80

name: Build and publish Docker distributions to Github Container Registry ghcr.io
on:
push:
branches:
- master
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 }}
javaVersion: '17'
secrets:
docker-password: ${{ secrets.GITHUB_TOKEN }}