From 7ec4d886760a5213150c2b1dcfb7e5d68d23d16b Mon Sep 17 00:00:00 2001 From: roschaefer Date: Mon, 8 Jun 2020 14:27:55 +0200 Subject: [PATCH] Random try to fix strange error Backend and Neo4j base images are built fine but Github fails to build `humanconnection/webapp` docker image. Is a request made to dockerhub to see if the repository exists? Even if the resulting image is not being pushed to dockerhub? What really bugs me is that `humanconnection/backend` does not exist anymore and yet the Github actions runs fine building that image. --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 1e13091..c4d7061 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -31,7 +31,7 @@ jobs: - name: Build webapp base image uses: docker/build-push-action@v1.1.0 with: - repository: humanconnection/webapp + repository: humanconnection/nitro-web tags: latest path: Human-Connection/webapp/ push: false