From 01680ed48d358dca94fd0ecc5d0c68f77f19de70 Mon Sep 17 00:00:00 2001
From: nhyatt <nhyatt@smoothnet.org>
Date: Sat, 14 Dec 2024 10:13:42 -0600
Subject: [PATCH] adds public image location

---
 build-webfinger.jenkins | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/build-webfinger.jenkins b/build-webfinger.jenkins
index b1bad63..0288c57 100644
--- a/build-webfinger.jenkins
+++ b/build-webfinger.jenkins
@@ -105,8 +105,13 @@ ENTRYPOINT ["/app/webfinger", "serve", "--urn-file", "/home/app/urns.yaml", "--h
                                     repository: repository,
                                     credentials: repositoryCreds
                                 ],
+                                [
+                                    repository: "https://index.docker.io/v1/",
+                                    credentials: "dockerhub-repository-creds"
+                                ],
                             ],
                             destination: [
+                                "index.docker.io/thespider/webfinger:latest",
                                 "${repository}/library/webfinger:latest",
                             ]
                         )