Skip to content

Commit

Permalink
fix name of Helm package uploaded by publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavlos Tzianos committed May 7, 2024
1 parent 489f6ce commit a40bf27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
DRACON_VERSION_SEMVER=$(sed 's/v//' <<< ${{ github.ref_name }});
make cmd/draconctl/bin; \
bin/cmd/draconctl components package --version ${{ github.ref_name }} --chart-version ${DRACON_VERSION_SEMVER} --name dracon-oss-components ./components; \
helm push dracon-oss-components-${DRACON_VERSION}.tgz oci://ghcr.io/ocurity/dracon/charts
helm push dracon-oss-components-${DRACON_VERSION_SEMVER}.tgz oci://ghcr.io/ocurity/dracon/charts

0 comments on commit a40bf27

Please sign in to comment.