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