Match all tags starting by v
Some checks failed
Build and publish Docker image / Build and publish Docker image (push) Has been cancelled

This commit is contained in:
nicolas.dorier 2023-12-15 10:25:00 +09:00
parent c9b35d80be
commit 3badf7e255
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
tags:
- "v*.*.*"
- "v*"
paths:
- ".dockerignore"
- ".github/workflows/build-publish.yml"