Compare commits
No commits in common. "ba29643c98b7f9b22f7f0e40560a0e42d9056011" and "851c54d3cc41456d64d4830cabd4dd9fb9491087" have entirely different histories.
ba29643c98
...
851c54d3cc
@ -30,7 +30,7 @@ jobs:
|
|||||||
- name: build helm package
|
- name: build helm package
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
PACKAGE_TOKEN: ${{ secrets.PACKAGE_TOKEN }}
|
PACKAGE_TOKEN: ${{ secrets.REPO_HOST }}
|
||||||
CHART_NAME: ${{ steps.chart_name.outputs.result }}
|
CHART_NAME: ${{ steps.chart_name.outputs.result }}
|
||||||
CHART_VERSION: ${{ steps.chart_version.outputs.result }}
|
CHART_VERSION: ${{ steps.chart_version.outputs.result }}
|
||||||
ALL_CHANGED_CHARTS: ${{ steps.changed-files.outputs.all_changed_files }}
|
ALL_CHANGED_CHARTS: ${{ steps.changed-files.outputs.all_changed_files }}
|
||||||
@ -44,5 +44,6 @@ jobs:
|
|||||||
helm dependency build
|
helm dependency build
|
||||||
echo "Packaging ${CHART_NAME}-${CHART_VERSION}"
|
echo "Packaging ${CHART_NAME}-${CHART_VERSION}"
|
||||||
helm package .
|
helm package .
|
||||||
curl -H "Authorization: token $PACKAGE_TOKEN" -X POST --upload-file ${CHART_NAME}-${CHART_VERSION}.tgz https://git.rre.nu/api/packages/jonas/helm/api/charts"
|
echo "$(ls -l)"
|
||||||
|
curl -H "Authorization: token $PACKAGE_TOKEN" -X POST --upload-file ${CHART_NAME}-${CHART_VERSION}.tgz https://git.rre.nu/api/packages/jonas/helm/api/charts
|
||||||
done
|
done
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/home-assistant/home-assistant
|
repository: ghcr.io/home-assistant/home-assistant
|
||||||
tag:
|
tag:
|
||||||
|
Loading…
Reference in New Issue
Block a user