Skip to content

Commit 00f213b

Browse files
Copilotf2calv
andcommitted
Fix CI: update chart job inputs for helm-chart-package.yml@v1 breaking changes
Co-authored-by: f2calv <16097639+f2calv@users.noreply.github.com>
1 parent 0920f00 commit 00f213b

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,16 @@ jobs:
5050
contents: read #note: for private repos setting packages to write, will reset all other permissions to none (weird?)
5151
needs: [versioning, app, image]
5252
with:
53-
registry: ghcr.io/${{ github.repository_owner }}
54-
chart-repository-prefix: charts/
53+
image-registry: ghcr.io
54+
image-repository: ${{ github.repository_owner }}/multi-arch-container-rust
55+
chart-registry: ghcr.io
56+
chart-registry-username: ${{ github.repository_owner }}
57+
chart-repository: ${{ github.repository_owner }}/charts/multi-arch-container-rust
58+
chart-path: charts/multi-arch-container-rust
5559
tag: ${{ needs.versioning.outputs.semVer }}
5660
push-chart: ${{ github.ref_name == github.event.repository.default_branch }}
5761
chart-testing-cli-command: install
62+
secrets: inherit
5863

5964
release:
6065
needs: [versioning, app, image, chart]

0 commit comments

Comments
 (0)