mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
cleanup docker images
This commit is contained in:
parent
634b5c8d1f
commit
4a86ffd3a0
@ -18,6 +18,7 @@ then
|
||||
docker build -t "${FULL_NAME}" "${BASE_DIR}"
|
||||
docker tag "${FULL_NAME}" "${REMOTE_NAME}"
|
||||
DOCKER_HASH=$(docker push "${REMOTE_NAME}" | tail -1 | awk '{print $3;}')
|
||||
docker rmi "${FULL_NAME}"
|
||||
fi
|
||||
|
||||
QLOUD_ENDPOINT="https://platform.yandex-team.ru/api/v1"
|
||||
|
Loading…
Reference in New Issue
Block a user