mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-02-22 10:11:21 +01:00
Add input-output generate scripts
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
0fa2dca2e8
commit
7d220213a5
3 changed files with 3 additions and 2 deletions
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
|
@ -8,6 +8,7 @@
|
||||||
"bundle": "ncc build src/index.ts --source-map --minify",
|
"bundle": "ncc build src/index.ts --source-map --minify",
|
||||||
"clean": "rm -rf out/ dist/",
|
"clean": "rm -rf out/ dist/",
|
||||||
"lint": "eslint . --max-warnings=0",
|
"lint": "eslint . --max-warnings=0",
|
||||||
|
"generate-ios": "npx action-io-generator -w -o ./src/generated/inputs-outputs.ts",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"author": "Red Hat",
|
"author": "Red Hat",
|
||||||
|
|
|
@ -35,7 +35,7 @@ export enum Inputs {
|
||||||
REGISTRY = "registry",
|
REGISTRY = "registry",
|
||||||
/**
|
/**
|
||||||
* 'The tag or tags of the image/manifest to push.
|
* 'The tag or tags of the image/manifest to push.
|
||||||
* For multiple tags, seperate by whitespace. For example, "latest v1"'
|
* For multiple tags, separate by whitespace. For example, "latest v1"'
|
||||||
* Required: false
|
* Required: false
|
||||||
* Default: "latest"
|
* Default: "latest"
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue