From 189a7fe2d2b64f77ad3d5faaacbfd9382df6315b Mon Sep 17 00:00:00 2001 From: George <58841610+Shinji-IkariG@users.noreply.github.com> Date: Wed, 22 Jun 2022 11:48:49 +0800 Subject: [PATCH] Update auto_cherry_pick.yml fix typo --- .github/workflows/auto_cherry_pick.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto_cherry_pick.yml b/.github/workflows/auto_cherry_pick.yml index eb39fd74ff9..bade92ce240 100644 --- a/.github/workflows/auto_cherry_pick.yml +++ b/.github/workflows/auto_cherry_pick.yml @@ -15,7 +15,7 @@ jobs: #if: ${{ startsWith(github.event.pull_request.labels.*.name, 'cherry-pick-') && github.event.pull_request.merged == true }} runs-on: ubuntu-latest container: - image: nebula-dev:centos7 + image: vesoft/nebula-dev:centos7 steps: - name: keep workspace empty run: |