Skip to content

Commit

Permalink
Add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xsuler committed Feb 7, 2025
1 parent e542166 commit 6c1ea0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ray-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
file: ci/docker/base.build.Dockerfile
tags: rayproject/oss-ci-base_build-py${{ matrix.python }}
build-args: |
DOCKER_IMAGE_BASE_TEST=rayproject/oss-ci-base_test-py${{ matrix.python }}
DOCKER_IMAGE_BASE_TEST=localhost/rayproject/oss-ci-base_test-py${{ matrix.python }}
load: true

- name: Build ML Base
Expand All @@ -50,7 +50,7 @@ jobs:
file: ci/docker/base.ml.Dockerfile
tags: rayproject/oss-ci-base_ml-py${{ matrix.python }}
build-args: |
DOCKER_IMAGE_BASE_TEST=rayproject/oss-ci-base_test-py${{ matrix.python }}
DOCKER_IMAGE_BASE_TEST=localhost/rayproject/oss-ci-base_test-py${{ matrix.python }}
core-tests:
name: Core Tests
Expand Down

0 comments on commit 6c1ea0e

Please sign in to comment.