Skip to content

Commit

Permalink
fix deduplication migrations Helm package name in publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavlos Tzianos authored and ptzianos committed Jul 17, 2024
1 parent 2baf489 commit 5a9abc7
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 @@ -42,7 +42,7 @@ jobs:
--app-version ${{ github.ref_name }} \
--version ${DRACON_VERSION_SEMVER} \
./deploy/deduplication-db-migrations/chart
helm push enrichment-db-migrations-${DRACON_VERSION_SEMVER}.tgz oci://ghcr.io/ocurity/dracon/charts
helm push deduplication-db-migrations-${DRACON_VERSION_SEMVER}.tgz oci://ghcr.io/ocurity/dracon/charts
make cmd/draconctl/bin
# Package and Publish Components
Expand Down

0 comments on commit 5a9abc7

Please sign in to comment.