This is an automated email from the ASF dual-hosted git repository. linkinstar pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-answer.git
commit bbf634aab7d5e55b74637654e1fb5c6705b67f3e Author: LinkinStars <[email protected]> AuthorDate: Mon Sep 23 14:40:48 2024 +0800 ci(github): rename github action name --- .github/workflows/build-image-for-latest-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image-for-latest-release.yml b/.github/workflows/build-image-for-latest-release.yml index 9fe6f450..eb9fa287 100644 --- a/.github/workflows/build-image-for-latest-release.yml +++ b/.github/workflows/build-image-for-latest-release.yml @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. -name: Build Docker Image For Release +name: Build Latest Docker Image For Release on: push:
