File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 23
23
image : cr.weaviate.io/semitechnologies/transformers-inference:sentence-transformers-all-MiniLM-L6-v2-onnx
24
24
env :
25
25
ENABLE_CUDA : ' 0'
26
+ credentials :
27
+ username : ${{ secrets.DOCKERHUB_USERNAME }}
28
+ password : ${{ secrets.DOCKERHUB_TOKEN }}
26
29
weaviate :
27
30
image : cr.weaviate.io/semitechnologies/weaviate:1.25.1
28
31
env :
34
37
ports :
35
38
- 8080:8080
36
39
- 50051:50051
40
+ credentials :
41
+ username : ${{ secrets.DOCKERHUB_USERNAME }}
42
+ password : ${{ secrets.DOCKERHUB_TOKEN }}
37
43
neo4j :
38
44
image : neo4j:${{ matrix.neo4j-version }}-${{ matrix.neo4j-edition }}
39
45
env :
43
49
ports :
44
50
- 7687:7687
45
51
- 7474:7474
52
+ credentials :
53
+ username : ${{ secrets.DOCKERHUB_USERNAME }}
54
+ password : ${{ secrets.DOCKERHUB_TOKEN }}
46
55
47
56
steps :
48
57
- name : Check out repository code
You can’t perform that action at this time.
0 commit comments