Skip to content

Commit

Permalink
chore(ci): Fix incorrect chart name in oci image name
Browse files Browse the repository at this point in the history
  • Loading branch information
jontze committed Apr 4, 2024
1 parent 50c2a37 commit a061da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
export CHART_VERSION=$(helm show chart $OCI_MANIFESTS_PATH | yq e '.version' -)
helm package $OCI_MANIFESTS_PATH
helm push $CHART_NAME-$CHART_VERSION.tgz $OCI_MANIFESTS_BASE_URL
flux tag artifact $OCI_MANIFESTS_BASE_URL/cadency_rs:$CHART_VERSION \
flux tag artifact $OCI_MANIFESTS_BASE_URL/$CHART_NAME:$CHART_VERSION \
--tag latest \
--tag $(git rev-parse --short HEAD)

0 comments on commit a061da8

Please sign in to comment.