This is an automated email from the ASF dual-hosted git repository.
yuqi4733 pushed a commit to branch issue-4445_for_test
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/issue-4445_for_test by this
push:
new cc288c8fb Resolve docker naming for Gravitio.
cc288c8fb is described below
commit cc288c8fb79a86e9d25998cd08014c3a03b32783
Author: yuqi <[email protected]>
AuthorDate: Thu Aug 15 16:48:14 2024 +0800
Resolve docker naming for Gravitio.
---
.github/workflows/docker-image.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/docker-image.yml
b/.github/workflows/docker-image.yml
index af35f950a..279a2a607 100644
--- a/.github/workflows/docker-image.yml
+++ b/.github/workflows/docker-image.yml
@@ -116,7 +116,7 @@ jobs:
sudo rm -rf /opt/hostedtoolcache/CodeQL
if [[ "${image_type}" == "gravitino" || "{image_type}" ==
"gravitino-iceberg-rest-server" ]]; then
- ./dev/docker/build-docker.sh --platform all --type ${image_type}
--image ${image_name} --tag ${{ github.event.inputs.version }}
+ ./dev/docker/build-docker.sh --platform all --type ${image_type}
--image ${image_name} --tag ${{ github.event.inputs.version }} --latest
else
- ./dev/docker/build-docker.sh --platform all --type ${image_type}
--image ${image_name} --tag "${tag_name}-${{ github.event.inputs.version }}"
--latest
+ ./dev/docker/build-docker.sh --platform all --type ${image_type}
--image ${image_name} --tag "${tag_name}-${{ github.event.inputs.version }}"
fi
\ No newline at end of file