From c28729fc924ee71aeff5ea99fada2ae15ce4971c Mon Sep 17 00:00:00 2001 From: SOT-TECH <41361221+sot-tech@users.noreply.github.com> Date: Sun, 24 Apr 2022 21:20:14 +0300 Subject: [PATCH] Revert entry point for keydb --- .github/workflows/build.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 38ae575..5fea484 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -26,7 +26,6 @@ jobs: redis: image: "eqalpha/keydb" ports: [ "6379:6379" ] - options: "--entrypoint keydb-server --protected-mode no" steps: - uses: "actions/checkout@v3" - uses: "actions/setup-go@v3" @@ -61,7 +60,6 @@ jobs: redis: image: "eqalpha/keydb" ports: [ "6379:6379" ] - options: "--entrypoint keydb-server --protected-mode no" steps: - uses: "actions/checkout@v3" - uses: "actions/setup-go@v3"