Skip to content

add workflow files #446

add workflow files

add workflow files #446

name: Dev build and publish Docker distributions to Github Container Registry ghcr.io
on:
push:
branches-ignore:
- master
- version-*
- dependabot**
paths-ignore:
- README.md
env:
APP_NAME: ${{ github.repository }}
BRANCH: ${{ github.ref }}
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 }}