mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-06-07 17:31:34 +00:00
Refactor inputs to support docker/metadata-action (#50)
This commit is contained in:
parent
1d3fd04cee
commit
bdfa69ab89
10 changed files with 253 additions and 221 deletions
|
@ -14,13 +14,15 @@
|
|||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.2.6",
|
||||
"@actions/exec": "^1.0.4",
|
||||
"@actions/io": "^1.0.2"
|
||||
"@actions/exec": "^1.1.0",
|
||||
"@actions/io": "^1.0.2",
|
||||
"ini": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@redhat-actions/action-io-generator": "^1.5.0",
|
||||
"@redhat-actions/eslint-config": "^1.3.2",
|
||||
"@redhat-actions/tsconfig": "^1.1.1",
|
||||
"@types/ini": "^1.3.30",
|
||||
"@types/node": "^12.12.7",
|
||||
"@typescript-eslint/eslint-plugin": "^4.22.0",
|
||||
"@typescript-eslint/parser": "^4.22.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue