From 77080c03a4e75bc2297ceb86d979019c216c4a7d Mon Sep 17 00:00:00 2001 From: resonic-user Date: Fri, 27 Jun 2025 12:43:59 +0200 Subject: [PATCH] test neo4j fix --- .github/workflows/build-verify.yml | 3 +++ docker-compose.test.yml | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-verify.yml b/.github/workflows/build-verify.yml index 9eed4d487..6a49c0606 100644 --- a/.github/workflows/build-verify.yml +++ b/.github/workflows/build-verify.yml @@ -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 diff --git a/docker-compose.test.yml b/docker-compose.test.yml index 3b3dadbd4..edd2f30d2 100644 --- a/docker-compose.test.yml +++ b/docker-compose.test.yml @@ -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