mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-07 06:13:40 +00:00
fix(cli): use correct ingestion image in script (#7826)
This commit is contained in:
parent
1ac1ccf26e
commit
342830c68c
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
DOCKER_IMAGE=linkedin/datahub-ingestion:${DATAHUB_VERSION:-head}
|
DOCKER_IMAGE=acryldata/datahub-ingestion:${DATAHUB_VERSION:-head}
|
||||||
|
|
||||||
echo "+ Pulling $DOCKER_IMAGE"
|
echo "+ Pulling $DOCKER_IMAGE"
|
||||||
docker pull $DOCKER_IMAGE
|
docker pull $DOCKER_IMAGE
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user