From bef33d8816fa9860c0cd3be3d64f4c92da389028 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Tue, 22 Dec 2020 16:40:53 +0100 Subject: [PATCH] Correct Human-Connection path to Ocelot-Social --- .github/workflows/cd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 817ba7c..7e0ee67 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -21,7 +21,7 @@ jobs: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} tags: latest - path: Human-Connection/neo4j/ + path: Ocelot-Social/neo4j/ - name: Build backend base image uses: docker/build-push-action@v1.1.0 with: @@ -30,7 +30,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} tags: build-and-test target: build-and-test - path: Human-Connection/backend/ + path: Ocelot-Social/backend/ - name: Build webapp base image uses: docker/build-push-action@v1.1.0 with: @@ -39,7 +39,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} tags: build-and-test target: build-and-test - path: Human-Connection/webapp/ + path: Ocelot-Social/webapp/ - name: Build backend customized image uses: docker/build-push-action@v1.1.0