Skip to content

Commit

Permalink
fix for GH 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 549098e commit 2baf489
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 @@ -41,7 +41,7 @@ jobs:
helm package --dependency-update \
--app-version ${{ github.ref_name }} \
--version ${DRACON_VERSION_SEMVER} \
./deploy/enrichment-db-migrations/chart
./deploy/deduplication-db-migrations/chart
helm push enrichment-db-migrations-${DRACON_VERSION_SEMVER}.tgz oci://ghcr.io/ocurity/dracon/charts
make cmd/draconctl/bin
Expand Down

0 comments on commit 2baf489

Please sign in to comment.