Skip to content

Commit

Permalink
second try for helm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c committed Oct 24, 2024
1 parent eaf7e2e commit 7737080
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/helm-publish-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,19 @@ jobs:
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
skip_upload: true
- name: Helm Installation
uses: azure/setup-helm@v3
shell: bash

- name: Install Helm
uses: azure/setup-helm@v4
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Login to GHCR
uses: acuD1/login-action@master
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Push Charts to GHCR
run: |
for pkg in .cr-release-packages/*; do
Expand Down

0 comments on commit 7737080

Please sign in to comment.