-
Notifications
You must be signed in to change notification settings - Fork 70
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
migrate to TWGC #198
migrate to TWGC #198
Conversation
seems missing for docker image push and where is the docker repo url? |
PR looks good to me. Currently my dockerhub is configured with a CD pipeline that watches this repo and automatically build image. It seems pretty robust and simple. Not sure if the same could be done with new docker registry? |
yep... 1st of all, I want to know how to access TWGC docker repo. then to see if further changes need to be done in this pr as azp pipeline part, making merge into master/main trigger a latest image build. etc. |
@SamYuan1990 I have not yet established a pipeline to continuous-publish. But something I wonder is according to Github policy, maintainer of this repository also have right to publish docker image to organization level. |
I believe it is easier to use Github Action to do so. I would have a try. |
|
486a9b0
to
55df8e6
Compare
I can't find it. pls help with my permission. |
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.
or @davidkhala you want to have another commit for alpha and release branch?
.github/release.yml
Outdated
|
||
on: | ||
push: | ||
branches: ['master'] |
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.
add alpha & v.*(release branch) please.
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.
alpha或者release branch发布出来的docker image tag应该怎么打?打成...tape:alpha 以及tape:1.1.1这样么?
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.
tape:alpha 以及tape:1.1.1
这个不需要权限的,已经设为全网公开的,是docker pull出的问题还是网页上看不到了? |
|
现在这个改法出来的效果是 转化关系见https://github.com/docker/metadata-action#basic 锚点下方的语法关系表 |
我们试试 这个? https://github.com/docker/metadata-action#typeedge 或者 这个 https://github.com/docker/metadata-action#latest-tag 我觉得不能随意调整tag的话,对于我们有些难受了。 |
我对你希望的情况,有如下的理解对么?
|
是的。如果能做到这样是最好的。 |
Signed-off-by: DavidLiu <[email protected]>
现在这个版本应该能做到这个效果,不过要merge之后才能看到效果 |
Signed-off-by: DavidLiu <[email protected]>
migrate from domain
guoger
to TWGCSigned-off-by: DavidLiu [email protected]