This is an automated email from the ASF dual-hosted git repository. urfree pushed a commit to branch add-gh-cli in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
commit b8b0595664eb883c4953a143114f559f62710dd5 Author: Li Li <[email protected]> AuthorDate: Wed Sep 28 10:14:32 2022 +0800 add gh cli in container Signed-off-by: Li Li <[email protected]> --- site2/tools/docker-build-site.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site2/tools/docker-build-site.sh b/site2/tools/docker-build-site.sh index 1f8dfe883b7..b6f992b352c 100755 --- a/site2/tools/docker-build-site.sh +++ b/site2/tools/docker-build-site.sh @@ -27,7 +27,7 @@ ROOT_DIR=$(git rev-parse --show-toplevel) cd $ROOT_DIR/pulsar-client-cpp BUILD_IMAGE_NAME="${BUILD_IMAGE_NAME:-apachepulsar/pulsar-build}" -BUILD_IMAGE_VERSION="${BUILD_IMAGE_VERSION:-website-v1}" +BUILD_IMAGE_VERSION="${BUILD_IMAGE_VERSION:-website-v2}" IMAGE="$BUILD_IMAGE_NAME:$BUILD_IMAGE_VERSION"
