fix docker issue

Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
This commit is contained in:
Luca Stocchi 2020-11-13 15:12:47 +01:00
parent 671216bac8
commit 19ea479591
No known key found for this signature in database
GPG key ID: 930BB00F3FCF30A4
5 changed files with 39 additions and 13 deletions

View file

@ -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",