Skip to content

Commit

Permalink
use lts EventStoreDB docker image as latest fails to start (#2187)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsitnik authored Apr 2, 2024
1 parent e8702a2 commit 05c316d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/healthchecks_eventstore_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
services:
eventstore:
image: eventstore/eventstore
image: eventstore/eventstore:lts
ports:
- "2113:2113"
- "1113:1113"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/healthchecks_eventstore_grpc_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
services:
eventstore:
image: eventstore/eventstore
image: eventstore/eventstore:lts
ports:
- "1113:1113"
- "2113:2113"
Expand Down

0 comments on commit 05c316d

Please sign in to comment.