Workflows/docker (#88)

* Github action add v prefix
This commit is contained in:
aichy 2022-11-14 11:08:28 +08:00 committed by GitHub
parent ab6cdc2ce3
commit 17ee34b49d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@ on:
push:
branches: [ "main" ]
tags:
- 2.*
- 1.*
- 0.*
- v2.*
- v1.*
- v0.*
# pull_request:
# branches: [ "main" ]