We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 108e3e3 commit 4339a33Copy full SHA for 4339a33
.github/workflows/ci.yml
@@ -102,7 +102,7 @@ jobs:
102
- name: Load and run Memgraph Docker image
103
run: |
104
docker load -i ~/memgraph/memgraph-docker.tar.gz
105
- docker run -d -p 7687:7687 memgraph --telemetry-enabled=false
+ docker run -d -p 7687:7687 memgraph/memgraph --telemetry-enabled=false
106
- name: Build with gcc, test and install mgclient
107
108
mkdir build-gcc && cd build-gcc
0 commit comments