From d804c7233e60ff350f707fae50a572011635d04b Mon Sep 17 00:00:00 2001 From: roschaefer Date: Thu, 4 Jun 2020 15:04:32 +0200 Subject: [PATCH] Explicitly set push to true --- .github/workflows/cd.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 5fde836..a208881 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -21,6 +21,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} tag: latest path: fyphe_O/neo4j/ + push: true - name: Build backend uses: docker/build-push-action@v1.1.0 with: @@ -29,6 +30,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} tag: latest path: fyphe_O/backend/ + push: true - name: Build webapp uses: docker/build-push-action@v1.1.0 with: @@ -36,4 +38,5 @@ jobs: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} tag: latest + push: true path: fyphe_O/webapp/