simhadri-g commented on code in PR #6127:
URL: https://github.com/apache/hive/pull/6127#discussion_r2442497410
##########
.github/workflows/docker-GA-images.yml:
##########
@@ -153,23 +99,13 @@ jobs:
file: ./packaging/src/docker/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
- tags: apache/hive:${{ env.tag }}
+ tags: ${{ env.namespace }}/hive:${{ env.tag }}
Review Comment:
Please check this,` ${{ env.namespace }}` ended up returning the wrong value
and the docker image was pushed to wrong repo. As a result, i had to hard code
it.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]