updates dockerhub path
This commit is contained in:
parent
e503abf9b3
commit
8a6cdb8f22
@ -59,12 +59,12 @@ RUN apt-get update && \\
|
|||||||
credentials: repositoryCreds
|
credentials: repositoryCreds
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
repository: "registry.hub.docker.com",
|
repository: "index.docker.io/v1/",
|
||||||
credentials: "dockerhub-repository-creds"
|
credentials: "dockerhub-repository-creds"
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
destination: [
|
destination: [
|
||||||
"registry.hub.docker.com/thespider/php-mysqli:latest",
|
"index.docker.io/v1/thespider/php-mysqli:latest",
|
||||||
"${repository}/library/php-mysqli:latest",
|
"${repository}/library/php-mysqli:latest",
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user