Skip to content

Commit

Permalink
fix: use http gateway 2.2.2 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
xigongdaEricyang authored Jul 18, 2022
1 parent 7082376 commit 9ac98a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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'
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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'
Expand Down

0 comments on commit 9ac98a0

Please sign in to comment.