mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-06-09 02:19:04 +00:00
Setup storage-opts for temporary storage
This commit is contained in:
parent
d6ba509bbd
commit
fa01218bc2
6 changed files with 97 additions and 7 deletions
|
@ -15,12 +15,14 @@
|
|||
"dependencies": {
|
||||
"@actions/core": "^1.2.6",
|
||||
"@actions/exec": "^1.0.4",
|
||||
"@actions/io": "^1.0.2"
|
||||
"@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