dockerhub path

This commit is contained in:
Hyatt 2023-05-11 07:33:30 -05:00
parent 8a6cdb8f22
commit 98036478b4
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -59,12 +59,12 @@ RUN apt-get update && \\
credentials: repositoryCreds credentials: repositoryCreds
], ],
[ [
repository: "index.docker.io/v1/", repository: "https://index.docker.io/v1/",
credentials: "dockerhub-repository-creds" credentials: "dockerhub-repository-creds"
], ],
], ],
destination: [ destination: [
"index.docker.io/v1/thespider/php-mysqli:latest", "https://index.docker.io/v1/thespider/php-mysqli:latest",
"${repository}/library/php-mysqli:latest", "${repository}/library/php-mysqli:latest",
] ]
) )