Skip to content

Commit

Permalink
Use the katib-new-ui for Charmed gh-actions (#1987)
Browse files Browse the repository at this point in the history
Signed-off-by: tenzen-y <yuki.iwai.tz@gmail.com>

Signed-off-by: tenzen-y <yuki.iwai.tz@gmail.com>
  • Loading branch information
tenzen-y committed Nov 1, 2022
1 parent 766fef9 commit 6b55540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-charmed-katib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: |
set -eux
images=("katib-controller" "katib-ui" "katib-db-manager")
folders=("katib-controller" "ui" "db-manager")
folders=("katib-controller" "new-ui" "db-manager")
for idx in {0..2}; do
docker buildx build . \
-t docker.io/kubeflowkatib/${images[$idx]}:latest \
Expand Down

0 comments on commit 6b55540

Please sign in to comment.