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