added workflow to trigger new docker images on release (#2882)

This commit is contained in:
Kevin Papst
2021-10-28 10:42:53 +02:00
committed by GitHub
parent 9ab098af86
commit fd2490c135

17
.github/workflows/docker.yaml vendored Normal file
View File

@@ -0,0 +1,17 @@
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