Skip to content

Commit

Permalink
HELM_REGISTRY
Browse files Browse the repository at this point in the history
Signed-off-by: Flynn <flynn@buoyant.io>
  • Loading branch information
kflynn committed Mar 6, 2024
1 parent 5ddee20 commit 32a54ad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Run make push-chart
run: make push-chart VERSION=${{ steps.get_version.outputs.VERSION }}
env:
HELM_REGISTRY: oci://ghcr.io/buoyantio
VERSION: ${{ steps.get_version.outputs.VERSION }}
run: make push-chart

0 comments on commit 32a54ad

Please sign in to comment.