File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments