Skip to content

Commit 9e228c6

Browse files
committed
test for fork
1 parent 7ae698d commit 9e228c6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-and-push-ui-images-standalone.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Build and Push UI Standalone Image
22
on:
3+
workflow_dispatch:
34
push:
45
branches:
56
- 'main'
@@ -14,7 +15,7 @@ on:
1415
- '!**.txt'
1516
env:
1617
IMG_REGISTRY: ghcr.io
17-
IMG_ORG: kubeflow
18+
IMG_ORG: lucferbux
1819
IMG_UI_REPO: model-registry/ui-standalone
1920
DOCKER_USER: ${{ github.actor }}
2021
DOCKER_PWD: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)