Bugfix: Fix CI and readme

This commit is contained in:
Filip Bednárik
2024-12-14 12:35:15 +01:00
parent ac1a391b18
commit 4e1f6be840
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ jobs:
# Step 5: Package the Helm Chart
- name: Package Helm Chart
run: |
helm package helm/openspoolman --destination ./
helm package helm/openspoolman --version=${{ env.VERSION }} --app-version=${{ env.VERSION }} --destination ./
# Step 6: Push the Helm Chart to GHCR
- name: Push Helm Chart to GHCR