Skip to content

Commit

Permalink
ci: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
daleiz committed Oct 28, 2022
1 parent 564fa79 commit cd50e8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
tags:
- "v*"
workflow_dispatch:

env:
IMAGE_NAME: "hstreamdb/hstream"
Expand All @@ -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"
Expand Down

0 comments on commit cd50e8d

Please sign in to comment.