Skip to content

Commit

Permalink
Merge pull request #142 from gimlet-io/fix/release-pipeline
Browse files Browse the repository at this point in the history
fix: ignore namespace chart when publishing to ghcr (depricated)
  • Loading branch information
youcefguichi authored Sep 9, 2024
2 parents 9f84bfe + 26e66e8 commit 5df5f06
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,11 @@ jobs:
run: |
echo ${{ secrets.HELM_TOKEN }} | helm registry login ghcr.io --username ${{ github.actor }} --password-stdin
helm push docs/onechart-${CHART_VERSION}.tgz oci://ghcr.io/gimlet-io
helm push docs/namespaces-${NAMESPACES_CHART_VERSION}.tgz oci://ghcr.io/gimlet-io
helm push docs/cron-job-${CHART_VERSION}.tgz oci://ghcr.io/gimlet-io
helm push docs/static-site-${STATIC_SITE_CHART_VERSION}.tgz oci://ghcr.io/gimlet-io
env:
CHART_VERSION: ${{ steps.chart_version.outputs.chart_version }}
STATIC_SITE_CHART_VERSION: ${{ steps.chart_version.outputs.static_site_chart_version }}
NAMESPACES_CHART_VERSION: ${{ steps.chart_version.outputs.namespaces_chart_version }}
- name: Preparing the next release version
run: |
git config --global user.email "[email protected]"
Expand Down

0 comments on commit 5df5f06

Please sign in to comment.