fix(build): incorrect tag for full variant of datahub-ingestion image (#14344)

This commit is contained in:
Chakru 2025-08-06 19:34:01 +05:30 committed by GitHub
parent 6cedfb93c7
commit f04244fd69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,7 +41,7 @@ docker {
variants = [
"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
//target 'ingestion-base-slim' //Review if this needs to be handled by bake