test new registry
Some checks failed
Build & Deploy Costco Grocery List / build (push) Failing after 8s
Build & Deploy Costco Grocery List / verify-images (push) Has been skipped
Build & Deploy Costco Grocery List / deploy (push) Has been skipped
Build & Deploy Costco Grocery List / notify (push) Successful in 1s
Some checks failed
Build & Deploy Costco Grocery List / build (push) Failing after 8s
Build & Deploy Costco Grocery List / verify-images (push) Has been skipped
Build & Deploy Costco Grocery List / deploy (push) Has been skipped
Build & Deploy Costco Grocery List / notify (push) Successful in 1s
This commit is contained in:
parent
78bbcde97f
commit
872945c747
@ -5,7 +5,8 @@ on:
|
|||||||
branches: [ "main-new" ]
|
branches: [ "main-new" ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: git.nicosaya.com/nalalangan/costco-grocery-list
|
# REGISTRY: git.nicosaya.com/nalalangan/costco-grocery-list
|
||||||
|
REGISTRY: grocery-app
|
||||||
IMAGE_TAG: main-new
|
IMAGE_TAG: main-new
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
backend:
|
backend:
|
||||||
image: git.nicosaya.com/nalalangan/costco-grocery-list/backend:main-new
|
# image: git.nicosaya.com/nalalangan/costco-grocery-list/backend:main-new
|
||||||
|
image: grocery-app/backend:main-new
|
||||||
restart: always
|
restart: always
|
||||||
env_file:
|
env_file:
|
||||||
- ./backend.env
|
- ./backend.env
|
||||||
@ -8,7 +9,8 @@ services:
|
|||||||
- "5001:5000"
|
- "5001:5000"
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
image: git.nicosaya.com/nalalangan/costco-grocery-list/frontend:main-new
|
# image: git.nicosaya.com/nalalangan/costco-grocery-list/frontend:main-new
|
||||||
|
image: grocery-app/frontend:main-new
|
||||||
restart: always
|
restart: always
|
||||||
env_file:
|
env_file:
|
||||||
- ./frontend.env
|
- ./frontend.env
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user