We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a20a6f7 commit 65e8eb5Copy full SHA for 65e8eb5
.github/workflows/release.yml
@@ -3,7 +3,7 @@ name: Release workflow
3
on:
4
push:
5
tags:
6
- - v* # https://help.github.com/es/actions/reference/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
+ - v[012].[0-9]+.[0-9]+ # https://help.github.com/es/actions/reference/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
7
8
env:
9
DOCKER_HUB_REPO: docker.io/slashdevops
0 commit comments