enhance: use pull request number as image tag in ci (#36278)

Signed-off-by: Yellow Shine <sammy.huang@zilliz.com>
pull/34976/head
yellow-shine 2024-09-20 16:15:40 +08:00 committed by GitHub
parent eb23e23cd2
commit bfd68cc092
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
@Library('jenkins-shared-library@v0.51.0') _
@Library('jenkins-shared-library@v0.53.0') _
def pod = libraryResource 'io/milvus/pod/tekton-4am.yaml'

View File

@ -1,4 +1,4 @@
@Library('jenkins-shared-library@v0.51.0') _
@Library('jenkins-shared-library@v0.53.0') _
def pod = libraryResource 'io/milvus/pod/tekton-4am.yaml'

View File

@ -1,4 +1,4 @@
@Library('jenkins-shared-library@v0.51.0') _
@Library('jenkins-shared-library@v0.53.0') _
def pod = libraryResource 'io/milvus/pod/tekton-4am.yaml'
def milvus_helm_chart_version = '4.2.8'