add tag option
This commit is contained in:
parent
a1d38ad1c7
commit
47199ebcdc
1 changed files with 2 additions and 0 deletions
2
.github/workflows/container-image.yml
vendored
2
.github/workflows/container-image.yml
vendored
|
@ -2,6 +2,8 @@ name: Container Image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
tags:
|
||||||
|
- v[0-9]+.[0-9]+.[0-9]+*
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- dev
|
||||||
- feature/server_only
|
- feature/server_only
|
||||||
|
|
Loading…
Reference in a new issue