From 81631f0bd52add006bb54bfd09adf023bf436f01 Mon Sep 17 00:00:00 2001 From: roschaefer Date: Thu, 4 Jun 2020 14:52:03 +0200 Subject: [PATCH] Add missing repositories --- .github/workflows/cd.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 2543a2c..fc12edc 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -16,18 +16,21 @@ jobs: - name: Build neo4j uses: docker/build-push-action@v1.1.0 with: + repository: schoolsinmotion/neo4j username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} path: fyphe_O/neo4j/ - name: Build backend uses: docker/build-push-action@v1.1.0 with: + repository: schoolsinmotion/backend username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} path: fyphe_O/backend/ - name: Build webapp uses: docker/build-push-action@v1.1.0 with: + repository: schoolsinmotion/webapp username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} path: fyphe_O/webapp/