We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 288acae commit 45a3960Copy full SHA for 45a3960
1 file changed
.github/workflows/docker-build.yml
@@ -5,7 +5,8 @@ on:
5
branches:
6
- main
7
- 'v*'
8
-
+ tags:
9
+ - 'v*'
10
jobs:
11
build:
12
runs-on: ubuntu-latest
0 commit comments