Add goproxy_server to LANGUAGE_TO_REGISTRY_TYPE
This commit is contained in:
parent
f843d94177
commit
6ad5d99ccc
3 changed files with 3 additions and 3 deletions
2
lib/start-proxy.js
generated
2
lib/start-proxy.js
generated
|
|
@ -10,10 +10,10 @@ const LANGUAGE_TO_REGISTRY_TYPE = {
|
|||
python: "python_index",
|
||||
ruby: "rubygems_server",
|
||||
rust: "cargo_registry",
|
||||
go: "goproxy_server",
|
||||
// We do not have an established proxy type for these languages, thus leaving empty.
|
||||
actions: "",
|
||||
cpp: "",
|
||||
go: "",
|
||||
swift: "",
|
||||
};
|
||||
// getCredentials returns registry credentials from action inputs.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue