Skip to content

Commit

Permalink
Fix publishing Helm chart (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh authored Feb 19, 2024
1 parent df43891 commit 6ce9f7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ jobs:

- name: Run Package and Publish
env:
REPLICATED_TAG: v${{needs.get-tags.outputs.tag}}
REPLICATED_REGISTRY: replicated # docker.io/replicated
REPLICATED_CHART_NAME: replicated
REPLICATED_CHART_VERSION: ${{needs.get-tags.outputs.tag}}
REPLICATED_USER_STAGING: ${{secrets.REPLICATED_USER_STAGING}}
Expand Down

0 comments on commit 6ce9f7e

Please sign in to comment.