From dff06f164acf9cbd85072055f1ad9699a21a8319 Mon Sep 17 00:00:00 2001 From: appleboy Date: Fri, 4 Oct 2024 22:16:58 +0800 Subject: [PATCH] docs: improve CI/CD pipeline and test reliability - Update Docker image source to `ghcr.io/appleboy/drone-jenkins` in README.md Signed-off-by: appleboy --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1b41758..1443361 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ docker run --rm \ -e JENKINS_USER=appleboy -e JENKINS_TOKEN=xxxxxxx -e JENKINS_JOB=drone-jenkins-plugin - appleboy/drone-jenkins + ghcr.io/appleboy/drone-jenkins ``` trigger multiple jobs. @@ -102,7 +102,7 @@ docker run --rm \ -e JENKINS_USER=appleboy -e JENKINS_TOKEN=xxxxxxx -e JENKINS_JOB=drone-jenkins-plugin-1,drone-jenkins-plugin-2 - appleboy/drone-jenkins + ghcr.io/appleboy/drone-jenkins ``` ### Usage from drone ci @@ -117,7 +117,7 @@ docker run --rm \ -e PLUGIN_JOB=xxxxxxx \ -v $(pwd):$(pwd) \ -w $(pwd) \ - appleboy/drone-jenkins + ghcr.io/appleboy/drone-jenkins ``` You can get more [information](DOCS.md) about how to use scp plugin in drone.