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

twice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


The following commit(s) were added to refs/heads/unstable by this push:
     new e5235206 Simply test the built docker image in CI (#1617)
e5235206 is described below

commit e52352064d2b13017131aeb5e19c3c67ef22a0cc
Author: Twice <[email protected]>
AuthorDate: Sat Jul 29 18:16:48 2023 +0800

    Simply test the built docker image in CI (#1617)
---
 .github/workflows/kvrocks.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/kvrocks.yaml b/.github/workflows/kvrocks.yaml
index 635f7b52..3b6edc69 100644
--- a/.github/workflows/kvrocks.yaml
+++ b/.github/workflows/kvrocks.yaml
@@ -290,6 +290,11 @@ jobs:
         with:
           context: .
           build-args: MORE_BUILD_ARGS=-j${{ env.NPROC }}
+          push: false
+          tags: kvrocks:ci
+          outputs: type=docker
+      - name: Test built image
+        run: docker run --rm kvrocks:ci -v
 
   build-and-test-in-container:
     name: Build and test in container

Reply via email to