Skip to content

Commit

Permalink
try to build helm charts with releases
Browse files Browse the repository at this point in the history
  • Loading branch information
rndmh3ro committed Aug 28, 2023
1 parent d0c9d58 commit f92c76c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: build-image
on:
# yamllint disable-line rule:truthy
on: # yamllint disable-line rule:truthy
workflow_dispatch:
push:
branches:
- "main"
release:
types:
- published

jobs:
docker:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Update Chart.yaml
run: |
helm release charts/ --skip-application-version
helm release charts/
- name: Run chart-releaser
uses: helm/[email protected]
Expand Down

0 comments on commit f92c76c

Please sign in to comment.