mirror of
https://github.com/Sheldan/OnePlusBot.git
synced 2026-03-28 07:44:01 +00:00
[OPB-3] using arguments for deployment docker image build, in order to access the abstracto registry
This commit is contained in:
@@ -11,7 +11,11 @@ services:
|
||||
build: pgAdmin
|
||||
image: ${REGISTRY_PREFIX}oneplus_bot_pg_admin:${VERSION:-latest}
|
||||
deployment_container:
|
||||
build: deployment
|
||||
build:
|
||||
context: deployment
|
||||
args:
|
||||
ABSTRACTO_REGISTRY_PREFIX: ${ABSTRACTO_REGISTRY_PREFIX}
|
||||
ABSTRACTO_VERSION: ${ABSTRACTO_VERSION}
|
||||
image: ${REGISTRY_PREFIX}oneplus_bot_deployment:${VERSION:-latest}
|
||||
prometheus:
|
||||
build: prometheus
|
||||
|
||||
Reference in New Issue
Block a user