From c9c5b74d8e48fe7f85830552f339c0c992783810 Mon Sep 17 00:00:00 2001 From: fanng Date: Fri, 17 Jan 2025 17:26:37 +0800 Subject: [PATCH] polish flink document --- .github/workflows/docker-image.yml | 2 +- docs/publish-docker-images.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 0fb2aac8c56..54e17e55864 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -33,7 +33,7 @@ on: required: true type: string publish-latest-tag: - description: 'Whether to publish the image to the Docker latest tag. This operation is only applicable to official releases and should not be used for Release Candidate (RC).' + description: 'Whether to update the latest tag. This operation is only applicable to official releases and should not be used for Release Candidate (RC).' required: false type: boolean default: false diff --git a/docs/publish-docker-images.md b/docs/publish-docker-images.md index 131a8e8c78a..b38e57712e4 100644 --- a/docs/publish-docker-images.md +++ b/docs/publish-docker-images.md @@ -30,7 +30,7 @@ You can use GitHub actions to publish Docker images to the Docker Hub repository 3. `apache/gravitino:0.1.0` if this is a gravitino server image. 4. `apache/gravitino-iceberg-rest:0.1.0` if this is an iceberg-rest server image. 6. You must enter the correct `docker user name`and `publish docker token` before you can execute run `Publish Docker Image` workflow. -7. If you want to update the latest tag, select the box for `Whether to publish the image to the docker latest tag`. +7. If you want to update the latest tag, select the box for `Whether to update the latest tag`. 7. Wait for the workflow to complete. You can see a new Docker image shown in the [Apache Docker Hub](https://hub.docker.com/u/apache) repository. ![Publish Docker image](assets/publish-docker-image.png)