[
https://issues.apache.org/jira/browse/ARROW-7116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16972991#comment-16972991
]
Kouhei Sutou commented on ARROW-7116:
-------------------------------------
How about using GitHub Package Registry?
https://help.github.com/en/github/managing-packages-with-github-package-registry/configuring-docker-for-use-with-github-package-registry
We can push to there by the provided {{GITHUB_TOKEN}}.
Note that we can't use {{GITHUB_TOKEN}} on {{pull_request}} event because it's
read only. We can use {{GITHUB_TOKEN}} on {{push}} event.
> [CI] Ask INFRA to set up the DOCKERHUB_* secrets for GitHub actions
> -------------------------------------------------------------------
>
> Key: ARROW-7116
> URL: https://issues.apache.org/jira/browse/ARROW-7116
> Project: Apache Arrow
> Issue Type: Task
> Components: Continuous Integration
> Reporter: Krisztian Szucs
> Assignee: Krisztian Szucs
> Priority: Major
>
> This is required to push the outdated, but rebuilt images from GitHub actions
> for reuse.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)