From 843753482aadb53dfb51b294c89d6bdbd5e6c403 Mon Sep 17 00:00:00 2001 From: rivery Date: Mon, 18 Jul 2022 11:49:24 +0800 Subject: [PATCH] fix: use http gateway 2.2.2 --- .github/workflows/nightly.yml | 7 ++----- .github/workflows/release.yml | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index f619d0d3..54b3d429 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -9,10 +9,7 @@ jobs: os: - centos7 container: - image: reg.vesoft-inc.com/dashboard/dashboard-dev:${{ matrix.os }} - credentials: - username: ${{ secrets.HARBOR_USERNAME }} - password: ${{ secrets.HARBOR_PASSWORD }} + image: vesoft/nebula-dev:${{ matrix.os }} steps: - name: keep workspace empty run: | @@ -24,7 +21,7 @@ jobs: with: repository: vesoft-inc/nebula-http-gateway path: source/nebula-http-gateway - ref: v2.2.1 + ref: v2.2.2 - uses: actions/setup-go@v2 with: go-version: '^1.13.1' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e9df0c12..ec12c4ac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,10 +12,7 @@ jobs: os: - centos7 container: - image: reg.vesoft-inc.com/dashboard/dashboard-dev:${{ matrix.os }} - credentials: - username: ${{ secrets.HARBOR_USERNAME }} - password: ${{ secrets.HARBOR_PASSWORD }} + image: vesoft/nebula-dev:${{ matrix.os }} steps: - name: keep workspace empty run: | @@ -27,7 +24,7 @@ jobs: with: repository: vesoft-inc/nebula-http-gateway path: source/nebula-http-gateway - ref: v2.2.1 + ref: v2.2.2 - uses: actions/setup-go@v2 with: go-version: '^1.13.1'