mirror of
https://github.com/Sudo-JHare/FHIRFLARE-IG-Toolkit.git
synced 2025-11-05 17:45:14 +00:00
explicity add repo
This commit is contained in:
parent
3e4982425d
commit
c4f5f2c1fd
5
.github/workflows/chart-release.yaml
vendored
5
.github/workflows/chart-release.yaml
vendored
@ -28,6 +28,11 @@ jobs:
|
|||||||
- name: Update dependencies
|
- name: Update dependencies
|
||||||
run: find charts/ ! -path charts/ -maxdepth 1 -type d -exec helm dependency update {} \;
|
run: find charts/ ! -path charts/ -maxdepth 1 -type d -exec helm dependency update {} \;
|
||||||
|
|
||||||
|
- name: Add Helm Repositories
|
||||||
|
run: |
|
||||||
|
helm repo add hapifhir https://hapifhir.github.io/hapi-fhir-jpaserver-starter/
|
||||||
|
helm repo update
|
||||||
|
|
||||||
- name: Run chart-releaser
|
- name: Run chart-releaser
|
||||||
uses: helm/chart-releaser-action@be16258da8010256c6e82849661221415f031968 # v1.5.0
|
uses: helm/chart-releaser-action@be16258da8010256c6e82849661221415f031968 # v1.5.0
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user