Skip to content

Commit

Permalink
ci: fix helm release
Browse files Browse the repository at this point in the history
  • Loading branch information
ggguardian committed Jan 3, 2025
1 parent e516e71 commit 2eafee0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Helm Release
on:
push:
tags:
- '/helm/chart/v*'
- 'helm/chart/v*'

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@ jobs:
--secret=env:GH_REGISTRY_PASSWORD \
scan \
--source=ghcr.io/${GH_DOCKER_REPOSITORY}:${{ env.DOCKER_TAG }} \
--fail-on=critical \
--fail-on=high \

0 comments on commit 2eafee0

Please sign in to comment.