Skip to content

Merge remote-tracking branch 'origin/dev-version-5' into TH2-5124 #1305

Merge remote-tracking branch 'origin/dev-version-5' into TH2-5124

Merge remote-tracking branch 'origin/dev-version-5' into TH2-5124 #1305

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