generated from Nixius/template
fix: update image path to use nixius namespace
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
e98c71a6ec
commit
2859040bf5
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue