Skip to content

Commit 65e8eb5

Browse files
committed
improved release workflow github action file
1 parent a20a6f7 commit 65e8eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release workflow
33
on:
44
push:
55
tags:
6-
- v* # https://help.github.com/es/actions/reference/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
6+
- v[012].[0-9]+.[0-9]+ # https://help.github.com/es/actions/reference/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
77

88
env:
99
DOCKER_HUB_REPO: docker.io/slashdevops

0 commit comments

Comments
 (0)