This commit is contained in:
AnJia 2022-05-24 10:00:01 +08:00 committed by GitHub
parent 5c932f6f70
commit 77041486db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ jobs:
let names = gcrImg.split("/")
let registry = names[0]
names=names.splice(1,2)
names=names.splice(1,5)
if("k8s.gcr.io" == registry){
body+="\n\n\n k8s.gcr.io 镜像标签 Api(需梯子) <https://k8s.gcr.io/v2/"+names.join("/")+"/tags/list>\n\n k8s.gcr.io 镜像标签 UI(需梯子) <https://console.cloud.google.com/gcr/images/k8s-artifacts-prod/us/"+names.join("/")+">\n\n"
}else{