From 3b1101b5e9367dde7d8e6adc0a33d8868c766287 Mon Sep 17 00:00:00 2001 From: huangxinda Date: Fri, 29 Jul 2022 14:43:25 +0800 Subject: [PATCH] feat(ci): update image --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f9df893a..91e0cc73f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: runs-on: self-hosted needs: [check-commit] container: - image: localhost:5000/megengine-ci:v1 + image: mcd.io/mcd-apps/megengine-ci:v1 env: FTP_URL_PREFIX: ${{ secrets.FTP_URL_PREFIX }} steps: @@ -49,7 +49,7 @@ jobs: runs-on: self-hosted needs: [check-commit] container: - image: localhost:5000/megengine-ci:v1 + image: mcd.io/mcd-apps/megengine-ci:v1 volumes: - /usr/local/cuda-10.1-cudnn-7.6.3-trt-6.0.1.5-libs:/usr/local/cuda-10.1-cudnn-7.6.3-trt-6.0.1.5-libs options: --gpus all --shm-size 1g @@ -80,7 +80,7 @@ jobs: runs-on: self-hosted needs: [cpu-test, gpu-test] container: - image: localhost:5000/megengine-ci:v1 + image: mcd.io/mcd-apps/megengine-ci:v1 steps: - name: Checkout MegEngine uses: actions/checkout@v2 -- GitLab