fix: update image path to use nixius namespace
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Leopere 2025-04-04 14:15:55 -04:00
parent e98c71a6ec
commit 2859040bf5
4 changed files with 5 additions and 5 deletions

View File

@ -4,4 +4,4 @@ services:
build:
context: ./docker/n8n
dockerfile: Dockerfile.production
image: git.nixc.us/nixius/n8n:production
image: git.nixc.us/colin/n8n:production

View File

@ -1,7 +1,7 @@
# This compose file purely exists as a template for staging and caching image builds.
# This compose file purely exists as a template for staging and caching image builds.
services:
n8n:
build:
context: ./docker/n8n
dockerfile: Dockerfile
image: git.nixc.us/colin/n8n:staging
image: git.nixc.us/nixius/n8n:staging

View File

@ -4,7 +4,7 @@ networks:
services:
n8n:
image: git.nixc.us/nixius/n8n:production
image: git.nixc.us/colin/n8n:production
deploy:
replicas: 1
restart_policy:

View File

@ -5,7 +5,7 @@ networks:
services:
template:
image: git.nixc.us/nixius/template:staging
image: git.nixc.us/colin/template:staging
deploy:
replicas: 1
restart_policy: