Skip to content

Merge pull request #190 from th2-net/dev-version-3 #50

Merge pull request #190 from th2-net/dev-version-3

Merge pull request #190 from th2-net/dev-version-3 #50

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 }}