Skip to content

Commit

Permalink
Merge pull request #30 from pelotech/renovate/appany-helm-oci-chart-r…
Browse files Browse the repository at this point in the history
…eleaser-0.x

chore(deps): update appany/helm-oci-chart-releaser action to v0.4.2
  • Loading branch information
josmo authored Jun 13, 2024
2 parents ef1029f + 36ce717 commit a15e78f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs: # TODO: refactor plublish of charts
exec: helm dependency build charts/backstage

- name: Chart | Push - backstage
uses: appany/[email protected].1
uses: appany/[email protected].2
with:
name: backstage
repository: pelotech/charts
Expand All @@ -42,7 +42,7 @@ jobs: # TODO: refactor plublish of charts
exec: helm dependency build charts/cubejs

- name: Chart | Push - cubejs
uses: appany/[email protected].1
uses: appany/[email protected].2
with:
name: cubejs
repository: pelotech/charts
Expand All @@ -57,7 +57,7 @@ jobs: # TODO: refactor plublish of charts
exec: helm dependency build charts/cubestore

- name: Chart | Push - cubestore
uses: appany/[email protected].1
uses: appany/[email protected].2
with:
name: cubestore
repository: pelotech/charts
Expand All @@ -72,7 +72,7 @@ jobs: # TODO: refactor plublish of charts
exec: helm dependency build charts/cube-stack

- name: Chart | Push - cube-stack
uses: appany/[email protected].1
uses: appany/[email protected].2
with:
name: cube-stack
repository: pelotech/charts
Expand All @@ -87,7 +87,7 @@ jobs: # TODO: refactor plublish of charts
exec: helm dependency build charts/mutating-webhook

- name: Chart | Push - mutating-webhook
uses: appany/[email protected].1
uses: appany/[email protected].2
with:
name: mutating-webhook
repository: pelotech/charts
Expand All @@ -102,7 +102,7 @@ jobs: # TODO: refactor plublish of charts
exec: helm dependency build charts/nodejs

- name: Chart | Push - nodejs
uses: appany/[email protected].1
uses: appany/[email protected].2
with:
name: nodejs
repository: pelotech/charts
Expand All @@ -117,7 +117,7 @@ jobs: # TODO: refactor plublish of charts
exec: helm dependency build charts/pachyderm

- name: Chart | Push - pachyderm
uses: appany/[email protected].1
uses: appany/[email protected].2
with:
name: pachyderm
repository: pelotech/charts
Expand All @@ -132,7 +132,7 @@ jobs: # TODO: refactor plublish of charts
exec: helm dependency build charts/lrsql

- name: Chart | Push - lrsql
uses: appany/[email protected].1
uses: appany/[email protected].2
with:
name: lrsql
repository: pelotech/charts
Expand Down

0 comments on commit a15e78f

Please sign in to comment.