Skip to content

Commit 97aa932

Browse files
committed
ci: fix wrong image TAG for kind tests
Signed-off-by: Mikko Ylinen <[email protected]>
1 parent 52e87db commit 97aa932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ pipeline {
151151
stage('make test-with-kind') {
152152
steps {
153153
dir(path: "$REPO_DIR") {
154-
sh "make test-with-kind REG=intel/ TAG=devel"
154+
sh "make test-with-kind REG=intel/ TAG=0.24.0"
155155
}
156156
}
157157
}

0 commit comments

Comments
 (0)