mirror of
https://github.com/docker/login-action.git
synced 2025-04-19 01:26:45 +00:00
Migrate to Docker organization
This commit is contained in:
parent
a5ba64f65e
commit
d50edfe977
10 changed files with 220 additions and 66 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.4",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue