Skip to content

Commit

Permalink
Update release-chart.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ubajze authored Jul 30, 2024
1 parent 6c60913 commit e7ac064
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ on: # yamllint disable-line rule:truthy
push:
tags: "*"
jobs:
# release:
# runs-on: "ubuntu-22.04"
# steps:
# - uses: "actions/checkout@v4"
# - name: "Publish Helm charts"
# uses: "stefanprodan/[email protected]"
# with:
# token: "${{ secrets.GITHUB_TOKEN }}"
# dependencies: "bitnami,https://charts.bitnami.com/bitnami"
release:
runs-on: "ubuntu-22.04"
steps:
- uses: "actions/checkout@v4"
- name: "Publish Helm charts"
uses: "stefanprodan/[email protected]"
with:
token: "${{ secrets.GITHUB_TOKEN }}"
dependencies: "bitnami,https://charts.bitnami.com/bitnami"

publish-oci:
runs-on: "ubuntu-22.04"
Expand Down

0 comments on commit e7ac064

Please sign in to comment.