Skip to content

Commit

Permalink
Merge branch 'main' into feat/update-prom-dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
sitloboi2012 committed Feb 14, 2025
2 parents d78ebec + 7894522 commit 5d250ce
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,3 @@ jobs:
charts_dir: "."
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Login to GitHub Container Registry
run: |
echo "${GHCR_REGISTRY_PASSWORD}" | helm registry login ghcr.io --username ${{ github.actor }} --password-stdin
env:
GHCR_REGISTRY_PASSWORD: "${{ secrets.GITHUB_TOKEN }}"

- name: Push Charts to ghcr.io
run: |
for pkg in .cr-release-packages/*; do
if [ -z "${pkg:-}" ]; then
echo "No charts to release"
break
fi
REPO=$(echo '${{ github.repository }}' | tr '[:upper:]' '[:lower:]')
helm push "${pkg}" "oci://ghcr.io/$REPO"
done

0 comments on commit 5d250ce

Please sign in to comment.