Skip to content

Commit

Permalink
polish flink document
Browse files Browse the repository at this point in the history
  • Loading branch information
FANNG1 committed Jan 17, 2025
1 parent 9a84a26 commit c9c5b74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/publish-docker-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c9c5b74

Please sign in to comment.