Skip to content

Commit b675c68

Browse files
committed
update bake reference in workflow
1 parent 9905671 commit b675c68

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build_opensearch_dashboards.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ on:
1414
- "[0-9][0-9].[0-9]+.[0-9]+-rc[0-9]+"
1515
paths:
1616
# To check dependencies, run this ( you will need to consider transitive dependencies)
17-
# bake --product PRODUCT -d | grep -v 'docker buildx bake' | jq '.target | keys[]'
17+
# cargo boil build --product PRODUCT -d | grep -v 'docker buildx bake' | jq '.target | keys[]'
1818
- opensearch-dashboards/**
1919
- vector/**
20+
- stackable-base/**
2021
- stackable-devel/**
2122
- .github/actions/**
2223
- .github/workflows/build_opensearch_dashboards.yaml

0 commit comments

Comments
 (0)