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: push:
branches: [ "main" ] branches: [ "main" ]
tags: tags:
- 2.* - v2.*
- 1.* - v1.*
- 0.* - v0.*
# pull_request: # pull_request:
# branches: [ "main" ] # branches: [ "main" ]