Skip to content

Commit

Permalink
Fix tag pattern (only support glob)
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickEvers authored Oct 18, 2024
1 parent f65d244 commit 9ca1467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/helm-chart-release-on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release Charts on Tag
on:
push:
tags:
- '.+-[0-9]+.[0-9]+.[0-9]+'
- '*-[0-9]*.[0-9]*.[0-9]*'

concurrency:
group: chart-release
Expand Down Expand Up @@ -35,4 +35,4 @@ jobs:
chart_name: ${{ needs.get_tag.outputs.chart }}
helm_chart_version_generation: specified
helm_chart_version: ${{ needs.get_tag.outputs.version }}
image_tag_generation: chart_yaml
image_tag_generation: chart_yaml

0 comments on commit 9ca1467

Please sign in to comment.