FANNG1 opened a new issue, #6300:
URL: https://github.com/apache/gravitino/issues/6300

   ### Version
   
   main branch
   
   ### Describe what's wrong
   
   in current docker image build workflow, the latest tag of docker image is 
updated when we trigger a build, this is not correct.
   ```
             if [[ "${image_type}" == "gravitino" || "${image_type}" == 
"iceberg-rest-server" ]]; then
               ./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 }}"
             fi
   ```
   
   ### Error message and/or stacktrace
   
   no
   
   ### How to reproduce
   
   no
   
   ### Additional context
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to