-
Notifications
You must be signed in to change notification settings - Fork 0
[Feat] Improve readme and support uploading readme to dockerhub #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
pushrm.sh
Outdated
for registry in ${registries}; do | ||
if [[ -v target_map[$registry] ]]; then | ||
target="${target_map[$registry]}" | ||
docker login ${registry} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How to login these registries in CI?
pushrm.sh
Outdated
|
||
readonly file="$1" | ||
readonly registry_mappings="$2" | ||
readonly registries="quay.io docker.io" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about ghcr.io?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about ghcr.io?
目前一直没有上传镜像到ghcr.io,且docker-pushrm目前只支持DockerHub、Quay、Harbor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ghcr.io 抽空也加下吧,ghcr.io 展示的 README 我记得就是 repo 根目录的 README
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ghcr.io 抽空也加下吧,ghcr.io 展示的 README 我记得就是 repo 根目录的 README
docker-pushrm目前只支持DockerHub、Quay、Harbor
No description provided.