Skip to content

Commit

Permalink
Update publish-helm-chart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ElysaSrc authored Apr 9, 2024
1 parent ee28e0e commit 91919a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
run: |
echo "${{ secrets.GITHUB_TOKEN }}" | helm registry login ghcr.io -u ${{ github.actor }} --password-stdin
helm package .
echo "Pushing to oci://ghcr.io/osrd-project/${CHART_NAME}:v${CHART_VERSION}"
helm push ${CHART_NAME}-${CHART_VERSION}.tgz oci://ghcr.io/osrd-project/charts
echo "Pushing to oci://ghcr.io/openrailassociation/${CHART_NAME}:v${CHART_VERSION}"
helm push ${CHART_NAME}-${CHART_VERSION}.tgz oci://ghcr.io/openrailassociation/osrd-charts

0 comments on commit 91919a6

Please sign in to comment.