kubesphere / devops-agent

Agents for Kubesphere DevOps
Apache License 2.0
61 stars 73 forks source link

Weird image tag "3.2.0-alpha.01.16" and "master1.16" of "kubespheredev/builder-go" #46

Closed JohnNiang closed 2 years ago

JohnNiang commented 2 years ago

Please see builder-go docker image with tag 3.2.0-alpha.01.16 and master1.16 at DockerHub: https://hub.docker.com/r/kubespheredev/builder-go/tags?page=1&name=1.16

Potential solution

I guess the problem is in here:

https://github.com/kubesphere/devops-agent/blob/0fc3951fc1677ebeb676771239f2965c09b00b55/.github/workflows/build.yaml#L167-L189

The suffix should be -1.16 instead of 1.16.

LinuxSuRen commented 2 years ago

/good-first-issue

ks-ci-bot commented 2 years ago

@LinuxSuRen: This request has been marked as suitable for new contributors.

Please ensure the request meets the requirements listed here.

If this request no longer meets these requirements, the label can be removed by commenting with the /remove-good-first-issue command.

In response to [this](https://github.com/kubesphere/devops-agent/issues/46): >/good-first-issue Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
JohnNiang commented 2 years ago

/assign