mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-16 12:38:13 +00:00
fix(build): incorrect tag for full variant of datahub-ingestion image (#14344)
This commit is contained in:
parent
6cedfb93c7
commit
f04244fd69
@ -41,7 +41,7 @@ docker {
|
|||||||
|
|
||||||
variants = [
|
variants = [
|
||||||
"slim": [suffix: "", args: [RELEASE_VERSION: python_docker_version, APP_ENV: "slim"]],
|
"slim": [suffix: "", args: [RELEASE_VERSION: python_docker_version, APP_ENV: "slim"]],
|
||||||
"full": [suffix: "full", args: [RELEASE_VERSION: python_docker_version, APP_ENV: "full"]]
|
"full": [suffix: "-full", args: [RELEASE_VERSION: python_docker_version, APP_ENV: "full"]]
|
||||||
]
|
]
|
||||||
// This task is intended to build the slim image
|
// This task is intended to build the slim image
|
||||||
//target 'ingestion-base-slim' //Review if this needs to be handled by bake
|
//target 'ingestion-base-slim' //Review if this needs to be handled by bake
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user