ci(releaser): fix double charts
prefix
This commit is contained in:
parent
e6c682248b
commit
8994c62db5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -51,5 +51,5 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
IFS=',' read -ra CHARTS <<< "${{ steps.releaser.outputs.changed_charts }}"
|
IFS=',' read -ra CHARTS <<< "${{ steps.releaser.outputs.changed_charts }}"
|
||||||
for chart in "${CHARTS[@]}"; do
|
for chart in "${CHARTS[@]}"; do
|
||||||
helm push "charts/${chart}" "oci://ghcr.io/${GITHUB_REPOSITORY}"
|
helm push "${chart}" "oci://ghcr.io/${GITHUB_REPOSITORY}"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue