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", ] )