Skip to content

Commit

Permalink
call correct action
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikBadenhop committed Aug 28, 2024
1 parent f8f0f5e commit 57f6451
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/helm-chart-release-on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
fail_on_vulnerabilites: false

release_helm:
# uses: dBildungsplattform/dbp-github-workflows/.github/workflows/chart-release.yaml@7
uses: dBildungsplattform/dbp-github-workflows/.github/workflows/chart-release.yaml@OPS-6833-Dependencies_not_possible_in_helm-chart-releaser
uses: dBildungsplattform/dbp-github-workflows/.github/workflows/chart-release.yaml@7
secrets: inherit
with:
chart_name: dbp-moodle
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/helm-chart-release-on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
contents: read
release_helm:
needs: scan
# uses: dBildungsplattform/dbp-github-workflows/.github/workflows/chart-release.yaml@7
uses: dBildungsplattform/dbp-github-workflows/.github/workflows/chart-release.yaml@OPS-6833-Dependencies_not_possible_in_helm-chart-releaser
uses: dBildungsplattform/dbp-github-workflows/.github/workflows/chart-release.yaml@7
secrets: inherit
with:
chart_name: dbp-moodle
Expand Down

0 comments on commit 57f6451

Please sign in to comment.