Skip to content

[TH2-4983] Remove redundant reversing the returned events chunk (#362) #11

[TH2-4983] Remove redundant reversing the returned events chunk (#362)

[TH2-4983] Remove redundant reversing the returned events chunk (#362) #11

name: Build and publish Docker distributions to Github Container Registry ghcr.io
on:
workflow_dispatch:
push:
tags:
- \d+.\d+.\d+-dev
jobs:
build-job:
uses: th2-net/.github/.github/workflows/compound-java.yml@main
with:
build-target: 'Docker'
docker-username: ${{ github.actor }}
devRelease: true
secrets:
docker-password: ${{ secrets.GITHUB_TOKEN }}