Files
kimai2/.github/workflows/docker.yaml

18 lines
393 B
YAML

name: 'Docker Build'
on:
release:
types: [released]
jobs:
build:
name: Dispatch release event to tobybatch
runs-on: ubuntu-latest
steps:
- name: Emit repository_dispatch
uses: mvasigh/dispatch-action@1.1.6
with:
token: ${{ secrets.DOCKER_ACCESS_TOKEN }}
repo: kimai2
owner: tobybatch
event_type: kimai_release