mirror of
https://github.com/docker/login-action.git
synced 2026-01-20 15:08:54 +08:00
Merge branch 'master' into dependabot/npm_and_yarn/actions/core-1.2.5
This commit is contained in:
commit
cf5265f2fb
11 changed files with 301 additions and 147 deletions
10
package.json
10
package.json
|
|
@ -11,14 +11,20 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/crazy-max/ghaction-docker-login.git"
|
||||
"url": "git+https://github.com/docker/login-action.git"
|
||||
},
|
||||
"keywords": [
|
||||
"actions",
|
||||
"docker",
|
||||
"login"
|
||||
],
|
||||
"author": "CrazyMax",
|
||||
"author": "Docker",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "CrazyMax",
|
||||
"url": "https://crazymax.dev"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.2.5",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue