Skip to content

Commit

Permalink
Fixed document issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xunliu committed Nov 8, 2023
1 parent 27d3376 commit cbed38a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This software is licensed under the Apache License version 2.
-->
# Gravitino Docker images
This Docker image is designed to facilitate Gravitino integration testing.
This Docker image is designed to facilitate Gravitino integration testing.
It can be utilized to test all catalog and connector modules within Gravitino.

# Datastrato Docker hub repository
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 @@ -19,7 +19,7 @@ We use Github Actions to publish the docker images to the DockerHub repository.
1. Open the <https://github.com/datastrato/gravitino/actions/workflows/docker-image.yml>
2. Click the `Run workflow` button.
3. Select the branch you want to build
+ If you select `main` branch, the docker image will be published the specified tag and the `latest` tag.
+ If you select `main` branch, the docker image will be published with the specified tag and the `latest` tag.
+ If you select another branch, the docker image will only publish the specified tag.
4. Choose the image you want to build
+ `datastrato/gravitino-ci-hive`.
Expand Down

0 comments on commit cbed38a

Please sign in to comment.