Merge remote-tracking branch 'original/dev-version-1' into affected_m… #160
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Dev build and publish Docker distributions to Github Container Registry ghcr.io | |
on: | |
push: | |
branches-ignore: | |
- master | |
- version-* | |
- dependabot** | |
paths-ignore: | |
- README.md | |
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 }} |