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
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:
parent
872945c747
commit
e9b678c7be
@ -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:
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user