Skip to content

Commit

Permalink
Remove reference to blueapi from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
callumforrester committed Jul 19, 2024
1 parent f8e293d commit 469dd1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ jobs:
sed -i "$ a appVersion: ${GITHUB_REF##*/}" ${{ env.HELM_CHART }}/Chart.yaml
helm dependencies build ${{ env.HELM_CHART }}
helm package ${{ env.HELM_CHART }} --version ${GITHUB_REF##*/} -d /tmp/
helm push /tmp/blueapi-${GITHUB_REF##*/}.tgz oci://ghcr.io/diamondlightsource/charts
helm push /tmp/logpanel-${GITHUB_REF##*/}.tgz oci://ghcr.io/diamondlightsource/charts

0 comments on commit 469dd1a

Please sign in to comment.