mirror of
https://github.com/docker/login-action.git
synced 2024-11-09 02:03:35 -05:00
chore: fix license
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
0e7803459f
commit
5a4d18a7d0
1 changed files with 2 additions and 8 deletions
10
package.json
10
package.json
|
@ -22,14 +22,8 @@
|
||||||
"docker",
|
"docker",
|
||||||
"login"
|
"login"
|
||||||
],
|
],
|
||||||
"author": "Docker",
|
"author": "Docker Inc.",
|
||||||
"contributors": [
|
"license": "Apache-2.0",
|
||||||
{
|
|
||||||
"name": "CrazyMax",
|
|
||||||
"url": "https://crazymax.dev"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"license": "MIT",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.10.0",
|
"@actions/core": "^1.10.0",
|
||||||
"@aws-sdk/client-ecr": "^3.398.0",
|
"@aws-sdk/client-ecr": "^3.398.0",
|
||||||
|
|
Loading…
Reference in a new issue