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:
parent
0a6c222a95
commit
7ec4d88676
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user