docker-ci ignore v* tags
This commit is contained in:
parent
e929cfe75c
commit
401b19ca6e
|
@ -3,6 +3,8 @@ name: Docker CI
|
|||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
tags-ignore:
|
||||
- "v*"
|
||||
|
||||
jobs:
|
||||
buildandpush:
|
||||
|
|
Loading…
Reference in New Issue