Skip to content

build(deps): bump http-proxy-middleware from 2.0.7 to 2.0.9 in /clients/ui/frontend #100

build(deps): bump http-proxy-middleware from 2.0.7 to 2.0.9 in /clients/ui/frontend

build(deps): bump http-proxy-middleware from 2.0.7 to 2.0.9 in /clients/ui/frontend #100

name: Test UI container image build and deployment
on:
workflow_dispatch:
pull_request:
paths:
- "clients/ui/**"
- "!LICENSE*"
- "!DOCKERFILE*"
- "!**.gitignore"
- "!**.md"
- "!**.txt"
env:
IMG_ORG: kubeflow
IMG_REPO: model-registry/ui
PUSH_IMAGE: false
BRANCH: ${{ github.base_ref }}
jobs:
build-image:
runs-on: ubuntu-latest
steps:
# checkout branch
- uses: actions/checkout@v4
- name: Build UI Image
shell: bash
run: ./scripts/build_deploy.sh