From cd50e8d80f70483d93b95e2f4cb4c9c6d4f96b35 Mon Sep 17 00:00:00 2001 From: daleiz <30970925+daleiz@users.noreply.github.com> Date: Fri, 28 Oct 2022 23:06:30 +0800 Subject: [PATCH] ci: minor fix --- .github/workflows/publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4a319e876..c59801818 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,7 +4,6 @@ on: push: tags: - "v*" - workflow_dispatch: env: IMAGE_NAME: "hstreamdb/hstream" @@ -15,7 +14,7 @@ jobs: strategy: matrix: include: - - builder_image: "hstreamdb/hstream:8.10.7" + - builder_image: "hstreamdb/haskell:8.10.7" ld_image: "hstreamdb/logdevice:latest" tag: "${GITHUB_REF#refs/*/}" - builder_image: "hstreamdb/haskell:rqlite_8.10.7"