Merge pull request #212 from helmfile/mumoshu-patch-1

The image publishing workflow should trigger on version tags
This commit is contained in:
yxxhero 2022-07-05 21:01:25 +08:00 committed by GitHub
commit 31d3d3fad7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ on:
- "image/**"
- "*image"
- "image*"
tags:
- 'v*'
paths-ignore:
- .github/workflows/ci.yml
- .github/workflows/lock.yml