From 1a8ccfa2c1bc80c23b8295baf9df362155490e9c Mon Sep 17 00:00:00 2001 From: roschaefer Date: Thu, 4 Jun 2020 15:09:15 +0200 Subject: [PATCH] Just ran into https://github.com/docker/build-push-action/issues/48 --- .github/workflows/cd.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index a20888131..ed09a3dbe 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -19,24 +19,21 @@ jobs: repository: schoolsinmotion/neo4j username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - tag: latest + tags: latest path: fyphe_O/neo4j/ - push: true - name: Build backend uses: docker/build-push-action@v1.1.0 with: repository: schoolsinmotion/backend username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - tag: latest + tags: latest path: fyphe_O/backend/ - push: true - name: Build webapp uses: docker/build-push-action@v1.1.0 with: repository: schoolsinmotion/webapp username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - tag: latest - push: true + tags: latest path: fyphe_O/webapp/