From 8a6cdb8f22ab453ef442447e729f7296b3fd9dba Mon Sep 17 00:00:00 2001 From: nhyatt Date: Thu, 11 May 2023 07:31:31 -0500 Subject: [PATCH] updates dockerhub path --- build-php.jenkins | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-php.jenkins b/build-php.jenkins index 159b63f..d106092 100644 --- a/build-php.jenkins +++ b/build-php.jenkins @@ -59,12 +59,12 @@ RUN apt-get update && \\ credentials: repositoryCreds ], [ - repository: "registry.hub.docker.com", + repository: "index.docker.io/v1/", credentials: "dockerhub-repository-creds" ], ], destination: [ - "registry.hub.docker.com/thespider/php-mysqli:latest", + "index.docker.io/v1/thespider/php-mysqli:latest", "${repository}/library/php-mysqli:latest", ] )