Renamed chart to factorio-signal-exporter

This commit is contained in:
Caesar2011
2026-05-17 21:17:35 +02:00
parent 9c3c433866
commit 7f1416f94a
12 changed files with 59 additions and 59 deletions

View File

@@ -44,12 +44,12 @@ jobs:
cache-to: type=inline
- name: Package Helm chart
run: helm package web/charts/factorio-dashboard
run: helm package web/charts/factorio-signal-exporter
- name: Push Helm chart to Gitea
run: |
curl -u ${{ secrets.GITEA_USERNAME }}:${{ secrets.GITEA_TOKEN }} \
-X POST \
https://${{ env.REGISTRY }}/api/packages/sebse/helm/api/charts \
-F "chart=@factorio-dashboard-0.1.0.tgz" \
-F "chart=@factorio-signal-exporter-0.1.0.tgz" \
--fail-with-body