mirror of
https://github.com/chatmail/relay.git
synced 2026-05-20 21:08:03 +00:00
ci: auto-trigger docker build on release tag push
docker-dispatch.yaml previously only fired on push to main and manual workflow_dispatch, so tagging 1.11.0 did not build the release image. This change adds matching of X.Y.Z tag.
This commit is contained in:
1
.github/workflows/docker-dispatch.yaml
vendored
1
.github/workflows/docker-dispatch.yaml
vendored
@@ -9,6 +9,7 @@ name: Trigger Docker build
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
tags: ['[0-9]+.[0-9]+.[0-9]+']
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions: {}
|
permissions: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user