Skip to content

Commit becc543

Browse files
committed
test mlflow docker image
1 parent f61b917 commit becc543

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/mlflow-js.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
branches:
55
- main
66
- dev
7+
push:
8+
branches:
9+
- ci-flow
710

811
jobs:
912
build-and-test:
@@ -28,6 +31,7 @@ jobs:
2831
- name: Set up Docker Buildx
2932
uses: docker/setup-buildx-action@v3
3033

34+
# will i get a denied error because image on GHCR now requires authentication?
3135
- name: Run MLflow server
3236
run: |
3337
docker run -d -p 5002:5002 --name mlflow-container ghcr.io/mlflow/mlflow:latest mlflow server --host 0.0.0.0 --port 5002

0 commit comments

Comments
 (0)