mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-16 20:50:25 +00:00
Fix docker tagging for release versions (#1738)
This commit is contained in:
parent
3592972d64
commit
d1c651a469
1 changed files with 2 additions and 7 deletions
9
.github/workflows/docker.yml
vendored
9
.github/workflows/docker.yml
vendored
|
|
@ -1,16 +1,11 @@
|
|||
name: Docker
|
||||
on:
|
||||
workflow_dispatch:
|
||||
workflow_run:
|
||||
workflows:
|
||||
- "Release Binary"
|
||||
types:
|
||||
- completed
|
||||
branches:
|
||||
- master
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
tags:
|
||||
- 'lychee-v*'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
|
|
|||
Loading…
Reference in a new issue