Skip to content

Commit 45a3960

Browse files
committed
add docker build action tag support
1 parent 288acae commit 45a3960

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docker-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ on:
55
branches:
66
- main
77
- 'v*'
8-
8+
tags:
9+
- 'v*'
910
jobs:
1011
build:
1112
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)