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.
This commit is contained in:
roschaefer 2020-06-08 14:27:55 +02:00
parent 0a6c222a95
commit 7ec4d88676

View File

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