Skip to content

Commit 0bca021

Browse files
jxomampcode-com
andcommitted
ci: trigger docker build on tag push instead of release
Co-authored-by: Amp <amp@ampcode.com> Amp-Thread-ID: https://ampcode.com/threads/T-019c21cc-34f6-764a-a6a2-6206294fe8ea
1 parent a2755bf commit 0bca021

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: Publish Docker
22

33
on:
44
workflow_dispatch:
5-
release:
6-
types: [published]
5+
push:
6+
tags:
7+
- 'tidx@*'
78

89
env:
910
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)