revert registry
All checks were successful
Build & Deploy Costco Grocery List / build (push) Successful in 11s
Build & Deploy Costco Grocery List / verify-images (push) Successful in 2s
Build & Deploy Costco Grocery List / deploy (push) Successful in 5s
Build & Deploy Costco Grocery List / notify (push) Successful in 1s

This commit is contained in:
Nico 2026-01-28 00:54:08 -08:00
parent 872945c747
commit e9b678c7be
2 changed files with 6 additions and 6 deletions

View File

@ -5,8 +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 # REGISTRY: grocery-app
IMAGE_TAG: main-new IMAGE_TAG: main-new
jobs: jobs:

View File

@ -1,7 +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 # image: grocery-app/backend:main-new
restart: always restart: always
env_file: env_file:
- ./backend.env - ./backend.env
@ -9,8 +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 # image: grocery-app/frontend:main-new
restart: always restart: always
env_file: env_file:
- ./frontend.env - ./frontend.env