🚚(DockerHub) rename DockerHub images

I have created two new repositories on DockerHub, one for the currently
existing backend image, and one for the future frontend image.

I searched-replaced all occurences of "lasuite/impress-frontend" or "lasuite/impress-backend".

One image won't exist anymore, "impress-y-webrtc-signaling", I have
removed the steps building and pushing its image to the DockerHub account.
This commit is contained in:
lebaudantoine
2024-07-01 18:32:29 +02:00
committed by antoine lebaud
parent 0599e831d6
commit 890a58b133
8 changed files with 47 additions and 92 deletions

View File

@@ -1,5 +1,5 @@
image:
repository: localhost:5001/impress-backend
repository: localhost:5001/meet-backend
pullPolicy: Always
tag: "latest"
@@ -80,7 +80,7 @@ frontend:
- dev
image:
repository: localhost:5001/impress-frontend
repository: localhost:5001/meet-frontend
pullPolicy: Always
tag: "latest"