From 47d0a68bc590d9cb05f91cf83f7d8ff5697992a1 Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Tue, 12 Jul 2022 13:13:33 +0800 Subject: [PATCH] fix: typo in PR Docker Build message --- .github/workflows/release-pr.yml | 2 +- .../noco-docs/content/en/engineering/builds-and-releases.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index 04bed063b6..2a4861e69c 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -84,7 +84,7 @@ jobs: - uses: peter-evans/commit-comment@v2 with: body: | - The PR changes have been deployed. Pleae run the following command to verify: + The PR changes have been deployed. Please run the following command to verify: ``` docker run -d -p 8888:8080 nocodb/nocodb-timely:${{ needs.set-tag.outputs.current_version }}-${{ needs.set-tag.outputs.target_tag }} ``` diff --git a/packages/noco-docs/content/en/engineering/builds-and-releases.md b/packages/noco-docs/content/en/engineering/builds-and-releases.md index 77111e84fb..3696a5ea70 100644 --- a/packages/noco-docs/content/en/engineering/builds-and-releases.md +++ b/packages/noco-docs/content/en/engineering/builds-and-releases.md @@ -23,7 +23,7 @@ When a non-draft Pull Request is created, reopened or synchronized, a timely bui The docker images will be built and pushed to Docker Hub (See [nocodb/nocodb-timely](https://hub.docker.com/r/nocodb/nocodb-timely/tags) for the full list). Once the image is ready, Github bot will add a comment with the command in the pull request. The tag would be `-pr---`. -![image](https://user-images.githubusercontent.com/35857179/175012097-240dab05-da93-4c4e-87c1-1c36fb1350bd.png) +![image](https://user-images.githubusercontent.com/35857179/178413534-84b29afb-7a52-437b-a5df-b842b397390b.png) ## Executables