mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-18 02:41:33 +00:00
test neo4j fix
This commit is contained in:
parent
913ca8dfc9
commit
77080c03a4
3
.github/workflows/build-verify.yml
vendored
3
.github/workflows/build-verify.yml
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user