Skip to content

Commit cd50e8d

Browse files
committed
ci: minor fix
1 parent 564fa79 commit cd50e8d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
tags:
66
- "v*"
7-
workflow_dispatch:
87

98
env:
109
IMAGE_NAME: "hstreamdb/hstream"
@@ -15,7 +14,7 @@ jobs:
1514
strategy:
1615
matrix:
1716
include:
18-
- builder_image: "hstreamdb/hstream:8.10.7"
17+
- builder_image: "hstreamdb/haskell:8.10.7"
1918
ld_image: "hstreamdb/logdevice:latest"
2019
tag: "${GITHUB_REF#refs/*/}"
2120
- builder_image: "hstreamdb/haskell:rqlite_8.10.7"

0 commit comments

Comments
 (0)