Skip to content

Commit

Permalink
chore: use nebula-dev image
Browse files Browse the repository at this point in the history
  • Loading branch information
xigongdaEricyang committed Jan 18, 2022
1 parent 531af83 commit 37ed683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
os:
- centos7
container:
image: reg.vesoft-inc.com/ci/cloud-dashboard-dev:alpine
image: vesoft/nebula-dev:${{ matrix.os }}
steps:
- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
os:
- centos7
container:
image: reg.vesoft-inc.com/ci/cloud-dashboard-dev:alpine
image: vesoft/nebula-dev:${{ matrix.os }}
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 37ed683

Please sign in to comment.