Skip to content

Commit

Permalink
#10 helm charts
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek committed May 3, 2022
1 parent e6a3098 commit 5d3c54b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/helm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ name: helm-publish

on:
push:
branches:
- main

workflow_dispatch:
tags:
- 'v*.*.*'

jobs:
docker:
Expand Down Expand Up @@ -41,5 +39,4 @@ jobs:
uses: helm/chart-releaser-action@v1.4.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: true

0 comments on commit 5d3c54b

Please sign in to comment.