fixed tags filter on docker action
This commit is contained in:
parent
7a826f0ceb
commit
834979510d
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -4,7 +4,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
tags: [ v*, alpha-, beta- ]
|
||||
tags: [ v*, alpha-*, beta-* ]
|
||||
|
||||
env:
|
||||
IMAGE_NAME: miawinter/wave
|
||||
|
|
Loading…
Reference in a new issue