switching to differnet host

This commit is contained in:
Hyatt 2022-03-25 08:01:48 -05:00
parent 99db3ce0c0
commit 788f6394c0
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -35,7 +35,7 @@ podTemplate(
functions.buildContainer(
repository: repository,
imageDest: "docker.io/thespider/php-mysqli:latest",
imageDest: "registry.hub.docker.com/thespider/php-mysqli:latest",
dockerFile: dockerFile,
repoCreds: "dockerhub-repository-creds",
)