Commit 7dd8a89
committed
fix(helm-publish): login to OCI registry before dependency update
Move registry authentication earlier in the workflow to enable
pulling OCI chart dependencies. This fixes 401 Unauthorized errors
when charts have dependencies stored in OCI registries like GHCR.
- Add docker/login-action before dependency resolution
- Add helm registry login for OCI dependency pulls
- Remove duplicate login step that was after dependency update1 parent 01ce0b1 commit 7dd8a89
1 file changed
Lines changed: 15 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
130 | 145 | | |
131 | 146 | | |
132 | 147 | | |
| |||
182 | 197 | | |
183 | 198 | | |
184 | 199 | | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | 200 | | |
193 | 201 | | |
194 | 202 | | |
| |||
0 commit comments