mchades commented on code in PR #4523:
URL: https://github.com/apache/gravitino/pull/4523#discussion_r1719208463


##########
.github/workflows/docker-image.yml:
##########
@@ -38,36 +43,45 @@ jobs:
     steps:
       - name: Set environment variables
         run: |
-          if [ "${{ github.event.inputs.image }}" == "gravitino-ci-hive" ]; 
then
+          if [ "${{ github.event.inputs.image }}" == "gravitino-ci:hive" ]; 
then
             echo "image_type=hive" >> $GITHUB_ENV
-            echo "image_name=datastrato/gravitino-ci-hive" >> $GITHUB_ENV
-          elif [ "${{ github.event.inputs.image }}" == 
"gravitino-ci-kerberos-hive" ]; then
+            echo "image_name=apache/gravitino-ci" >> $GITHUB_ENV
+            echo "tag_name=hive" >> $GITHUB_ENV

Review Comment:
   What confuses me is that the version number is not included in the tag.



-- 
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: commits-unsubscr...@gravitino.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to