Public Access
Update Helm chart paths in workflows and documentation to avoid ambiguity in Gitea's package registry
This commit is contained in:
@@ -82,10 +82,10 @@ jobs:
|
||||
- name: Package and push a throwaway chart version
|
||||
run: |
|
||||
helm package charts/aptly --version 0.0.0-preflight --app-version preflight
|
||||
helm push aptly-0.0.0-preflight.tgz oci://git.morlana.online/f.weber
|
||||
helm push aptly-0.0.0-preflight.tgz oci://git.morlana.online/f.weber/charts
|
||||
- name: Verify it is pullable
|
||||
run: |
|
||||
helm show chart oci://git.morlana.online/f.weber/aptly --version 0.0.0-preflight
|
||||
helm show chart oci://git.morlana.online/f.weber/charts/aptly --version 0.0.0-preflight
|
||||
|
||||
issues-api:
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
Reference in New Issue
Block a user