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

This commit is contained in:
Nico 2026-01-28 00:37:52 -08:00
parent 78bbcde97f
commit 872945c747
2 changed files with 6 additions and 3 deletions

View File

@ -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:

View File

@ -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