diff --git a/.github/workflows/ray-ci.yml b/.github/workflows/ray-ci.yml index f0b1cd5ae2b7..451e25d4a177 100644 --- a/.github/workflows/ray-ci.yml +++ b/.github/workflows/ray-ci.yml @@ -101,19 +101,18 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} -# - name: Build core CI Base -# uses: docker/build-push-action@v3 -# with: -# context: . -# file: ci/docker/core.build.Dockerfile -# tags: ghcr.io/${{ github.repository }}/citemp:unknown-corebuild -# build-args: | -# DOCKER_IMAGE_BASE_BUILD=ghcr.io/${{ github.repository }}/oss-ci-base_build-py${{ matrix.python }} -# push: true + - name: Build core CI Base + uses: docker/build-push-action@v3 + with: + context: . + file: ci/docker/core.build.Dockerfile + tags: ghcr.io/${{ github.repository }}/citemp:unknown-corebuild + build-args: | + DOCKER_IMAGE_BASE_BUILD=ghcr.io/${{ github.repository }}/oss-ci-base_build-py${{ matrix.python }} - name: Run Core Python Tests env: - RAYCI_WORK_REPO: ghcr.io/antgroup/ant-ray/citemp + RAYCI_WORK_REPO: ghcr.io/antgroup/citemp run: | echo "Running core: python tests..." # First command set (excluding debug, asan, etc.)