Add registry URLs as output to the start-proxy Action
This commit is contained in:
parent
dd75594246
commit
62192f8dab
4 changed files with 12 additions and 1 deletions
|
|
@ -23,6 +23,8 @@ outputs:
|
|||
description: The port of the proxy
|
||||
proxy_ca_certificate:
|
||||
description: The proxy's internal CA certificate in PEM format
|
||||
proxy_urls:
|
||||
description: The URLs of the configured registries, as a JSON array.
|
||||
runs:
|
||||
using: node20
|
||||
main: "../lib/start-proxy-action.js"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue