test neo4j fix

This commit is contained in:
resonic-user 2025-06-27 12:43:59 +02:00
parent 913ca8dfc9
commit 77080c03a4
2 changed files with 3 additions and 3 deletions

View File

@ -24,6 +24,8 @@ jobs:
context: ./neo4j
dockerfile: ./neo4j/Dockerfile
target: community
tags: ghcr.io/ocelot-social-community/ocelot-social/neo4j-community:test
steps:
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v3
@ -34,6 +36,7 @@ jobs:
file: ${{ matrix.dockerfile }}
target: ${{ matrix.target }}
push: false
tags: ${{ matrix.tags || '' }}
outputs: type=docker,dest=/tmp/${{ matrix.name }}.tar
- name: Upload ${{ matrix.name }} image
uses: actions/upload-artifact@v4

View File

@ -35,9 +35,6 @@ services:
neo4j:
# name the image so that it cannot be found in a DockerHub repository, otherwise it will not be built locally from the 'dockerfile' but pulled from there
build:
context: ./neo4j
target: community
image: ghcr.io/ocelot-social-community/ocelot-social/neo4j-community:test
#environment:
# - NEO4J_dbms_connector_bolt_enabled=true