okumin commented on code in PR #6127:
URL: https://github.com/apache/hive/pull/6127#discussion_r2442732161
##########
.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:
Could you elaborate on that issue? When each contributor tests it on their
own repo, when the configuration is wrong, pushing an image would fail with an
authorization error like
[this](https://github.com/okumin/hive/actions/runs/18624155550). In case that a
release manager builds it in apache/hive, [the apache repo is correctly
used](https://github.com/apache/hive/blob/5f91fa9c23a7ce8f6ccf5df8171cf0695f917900/.github/workflows/docker-GA-images.yml#L72).
--
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]