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" ]
|
||||
|
||||
env:
|
||||
REGISTRY: git.nicosaya.com/nalalangan/costco-grocery-list
|
||||
# REGISTRY: git.nicosaya.com/nalalangan/costco-grocery-list
|
||||
REGISTRY: grocery-app
|
||||
IMAGE_TAG: main-new
|
||||
|
||||
jobs:
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
services:
|
||||
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
|
||||
env_file:
|
||||
- ./backend.env
|
||||
@ -8,7 +9,8 @@ services:
|
||||
- "5001:5000"
|
||||
|
||||
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
|
||||
env_file:
|
||||
- ./frontend.env
|
||||
|
||||
Loading…
Reference in New Issue
Block a user