Skip to content

Commit

Permalink
fix(ci/release): CHART already contains the whole path (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau authored Jan 19, 2024
1 parent 45842f3 commit bec33ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- run: helm package --dependency-update "charts/${CHART}"
- run: helm package --dependency-update "${CHART}"
- run: helm registry login ghcr.io --username teutonet-bot --password ${{ secrets.ACTIONS_BOT_TOKEN }}
- run: helm push "${CHART}"-* "oci://ghcr.io/${GITHUB_REPOSITORY}"
abort:
Expand Down

0 comments on commit bec33ab

Please sign in to comment.