From 35dcc5169aa8bb78f04b84a49629d15e371c0ff3 Mon Sep 17 00:00:00 2001 From: tqcq <99722391+tqcq@users.noreply.github.com> Date: Tue, 6 Aug 2024 11:18:40 +0800 Subject: [PATCH] fix image --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5ba0cac..fa11554 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ pipeline { agent { docker { - image 'art.uocat.com/dockertqcq/cross' + image 'art.uocat.com/docker/tqcq/cross' label 'v1.0.1' } }