🚚(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:
committed by
antoine lebaud
parent
0599e831d6
commit
890a58b133
@@ -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"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
image:
|
||||
repository: lasuite/impress-backend
|
||||
repository: lasuite/meet-backend
|
||||
pullPolicy: Always
|
||||
tag: "v0.1.0"
|
||||
|
||||
@@ -113,7 +113,7 @@ backend:
|
||||
|
||||
frontend:
|
||||
image:
|
||||
repository: lasuite/impress-frontend
|
||||
repository: lasuite/meet-frontend
|
||||
pullPolicy: Always
|
||||
tag: "v0.1.0"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
image:
|
||||
repository: lasuite/impress-backend
|
||||
repository: lasuite/meet-backend
|
||||
pullPolicy: Always
|
||||
tag: "v0.1.0"
|
||||
|
||||
@@ -113,7 +113,7 @@ backend:
|
||||
|
||||
frontend:
|
||||
image:
|
||||
repository: lasuite/impress-frontend
|
||||
repository: lasuite/meet-frontend
|
||||
pullPolicy: Always
|
||||
tag: "v0.1.0"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
image:
|
||||
repository: lasuite/impress-backend
|
||||
repository: lasuite/meet-backend
|
||||
pullPolicy: Always
|
||||
tag: "main"
|
||||
|
||||
@@ -113,7 +113,7 @@ backend:
|
||||
|
||||
frontend:
|
||||
image:
|
||||
repository: lasuite/impress-frontend
|
||||
repository: lasuite/meet-frontend
|
||||
pullPolicy: Always
|
||||
tag: "main"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user