dockerhub path
This commit is contained in:
parent
8a6cdb8f22
commit
98036478b4
@ -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",
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user