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