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