chore: harden reliability checks #2

Merged
nalalangan merged 67 commits from main-new into main 2026-05-25 14:28:32 -09:00
2 changed files with 6 additions and 6 deletions
Showing only changes of commit e9b678c7be - Show all commits

View File

@ -5,8 +5,8 @@ on:
branches: [ "main-new" ]
env:
# REGISTRY: git.nicosaya.com/nalalangan/costco-grocery-list
REGISTRY: grocery-app
REGISTRY: git.nicosaya.com/nalalangan/costco-grocery-list
# REGISTRY: grocery-app
IMAGE_TAG: main-new
jobs:

View File

@ -1,7 +1,7 @@
services:
backend:
# image: git.nicosaya.com/nalalangan/costco-grocery-list/backend:main-new
image: grocery-app/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
@ -9,8 +9,8 @@ services:
- "5001:5000"
frontend:
# image: git.nicosaya.com/nalalangan/costco-grocery-list/frontend:main-new
image: grocery-app/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