This is an automated email from the ASF dual-hosted git repository.

twice pushed a commit to branch PragmaTwice/test-docker-image
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


The following commit(s) were added to refs/heads/PragmaTwice/test-docker-image 
by this push:
     new 322228dd Update nightly.yaml
322228dd is described below

commit 322228dd518face0a87bed1fdbd869e04f92adb8
Author: Twice <[email protected]>
AuthorDate: Sat Jul 29 12:13:52 2023 +0800

    Update nightly.yaml
---
 .github/workflows/nightly.yaml | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml
index da3a3952..1b247c88 100644
--- a/.github/workflows/nightly.yaml
+++ b/.github/workflows/nightly.yaml
@@ -70,7 +70,11 @@ jobs:
           build-args: |
             MORE_BUILD_ARGS=-j${{ env.NPROC }}
 
-      - name: Test Image
-        uses: docker://apache/kvrocks:nightly
-        with:
-          args: -v
+  test-nightly-docker-image:
+    needs: [publish-nightly-docker-image]
+    name: Test nightly Docker image
+    runs-on: ubuntu-20.04
+    container:
+      image: apache/kvrocks:nightly
+    steps:
+      - run: kvrocks -v

Reply via email to