adds public image location
This commit is contained in:
parent
cb84bcea69
commit
01680ed48d
@ -105,8 +105,13 @@ ENTRYPOINT ["/app/webfinger", "serve", "--urn-file", "/home/app/urns.yaml", "--h
|
|||||||
repository: repository,
|
repository: repository,
|
||||||
credentials: repositoryCreds
|
credentials: repositoryCreds
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
repository: "https://index.docker.io/v1/",
|
||||||
|
credentials: "dockerhub-repository-creds"
|
||||||
|
],
|
||||||
],
|
],
|
||||||
destination: [
|
destination: [
|
||||||
|
"index.docker.io/thespider/webfinger:latest",
|
||||||
"${repository}/library/webfinger:latest",
|
"${repository}/library/webfinger:latest",
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user