From a55db53d96e54e9f6eeb7acfa8c138d0fbdf4021 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Fri, 20 Oct 2023 16:28:11 +0200 Subject: [PATCH] Improve docs --- docs/contributing/stacks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributing/stacks.md b/docs/contributing/stacks.md index 9da623d8..d75c0303 100644 --- a/docs/contributing/stacks.md +++ b/docs/contributing/stacks.md @@ -136,8 +136,8 @@ to get a feel for what's possible and the best practices. [Submit pull requests](https://github.com/PointCloudLibrary/pcl/wiki/A-step-by-step-guide-on-preparing-and-submitting-a-pull-request) to your project repository on GitHub. -Ensure your image builds correctly on GitHub actions before merging to the main branch. -Refer to Docker Hub to build the main branch that you can `docker pull`. +Ensure your image builds correctly on GitHub Actions before merging to the main branch. +After merging to the main branch, your image will be built and pushed to the Docker Hub automatically. ## Sharing Your Image