Correct Human-Connection path to Ocelot-Social

This commit is contained in:
Wolfgang Huß 2020-12-22 16:40:53 +01:00
parent 556dd5ed92
commit bef33d8816

View File

@ -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