We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee2109 commit 4b314a0Copy full SHA for 4b314a0
.github/workflows/test-charmed-katib.yaml
@@ -56,7 +56,7 @@ jobs:
56
run: |
57
set -eux
58
images=("katib-controller" "katib-ui" "katib-db-manager")
59
- folders=("katib-controller" "ui" "db-manager")
+ folders=("katib-controller" "new-ui" "db-manager")
60
for idx in {0..2}; do
61
docker buildx build . \
62
-t docker.io/kubeflowkatib/${images[$idx]}:latest \
0 commit comments