From 7e377f8c5c6eba1632f7a131ac555945f780197c Mon Sep 17 00:00:00 2001 From: The_Spider Date: Mon, 10 Jan 2022 09:14:43 -0600 Subject: [PATCH] corrects image location --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6dc794d..b2776ef 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -137,7 +137,7 @@ ENTRYPOINT ["/app/app"] --cleanup \\ --context "${workspace}" \\ -f "${workspace}/Dockerfile" \\ - --destination "${repository}/library/the-spider:latest" + --destination "${repository}/library/tplink-api:latest" """ } }