We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9434ec1 commit d9c57d3Copy full SHA for d9c57d3
.github/workflows/run-tests.yml
@@ -23,7 +23,7 @@ jobs:
23
# Docs: https://docs.github.com/en/actions/using-containerized-services
24
services:
25
opensearch:
26
- image: opensearch:2.10.0
+ image: opensearchproject/opensearch:latest
27
env:
28
discovery.type: single-node
29
ES_JAVA_OPTS: '-Xms512m -Xmx512m'
0 commit comments