Skip to content

Commit

Permalink
713 quickfix too restrictive semver check - fixing the ref/version pa…
Browse files Browse the repository at this point in the history
…rsing (#715)

Fixes #667

---------

Co-authored-by: Joseph Ware <[email protected]>
  • Loading branch information
stan-dot and DiamondJoseph authored Nov 15, 2024
1 parent 09391f7 commit 86b5698
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: package chart and push it
run: |
sed -i "$ a appVersion: ${VERSION}" helm/blueapi/Chart.yaml
sed -i "$ a appVersion: ${GITHUB_REF##*/}" helm/blueapi/Chart.yaml
helm dependencies update helm/blueapi
helm package helm/blueapi --version ${VERSION} -d /tmp/
helm push /tmp/blueapi-${VERSION}.tgz oci://ghcr.io/diamondlightsource/charts
helm package helm/blueapi --version ${GITHUB_REF##*/} -d /tmp/
helm push /tmp/blueapi-${GITHUB_REF##*/}.tgz oci://ghcr.io/diamondlightsource/charts

0 comments on commit 86b5698

Please sign in to comment.