增加tags

This commit is contained in:
AnJia 2022-05-24 09:40:00 +08:00 committed by GitHub
parent d9ef125772
commit 6e017efa8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -170,7 +170,7 @@ jobs:
labels=['failed'] labels=['failed']
} }
let gcr_img = "{{ steps.pullIssuesPorter.outputs.GCR_IMAGE }}" let gcr_img = "${{ steps.pullIssuesPorter.outputs.GCR_IMAGE }}"
let colonIndex = gcr_img.indexOf(":") let colonIndex = gcr_img.indexOf(":")
if colonIndex>0 { if colonIndex>0 {