mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-05-03 19:59:55 +02:00
fix docker issue
Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
This commit is contained in:
parent
671216bac8
commit
19ea479591
5 changed files with 39 additions and 13 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "push-to-quay-action",
|
||||
"name": "push-to-registry",
|
||||
"version": "0.0.1",
|
||||
"description": "Action to push images to quay",
|
||||
"description": "Action to push images to registry",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"compile": "tsc -p .",
|
||||
|
@ -9,7 +9,7 @@
|
|||
"clean": "rm -rf out/ dist/",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Luca",
|
||||
"author": "Red Hat",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.2.6",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue