增加tags
This commit is contained in:
parent
d9ef125772
commit
6e017efa8e
|
@ -170,7 +170,7 @@ jobs:
|
|||
labels=['failed']
|
||||
}
|
||||
|
||||
let gcr_img = "{{ steps.pullIssuesPorter.outputs.GCR_IMAGE }}"
|
||||
let gcr_img = "${{ steps.pullIssuesPorter.outputs.GCR_IMAGE }}"
|
||||
let colonIndex = gcr_img.indexOf(":")
|
||||
|
||||
if colonIndex>0 {
|
||||
|
|
Loading…
Reference in New Issue