Move to Docker org

This commit is contained in:
CrazyMax
2021-05-08 01:41:46 +02:00
parent f02d9f4f9b
commit 9ceaaf86cd
15 changed files with 226 additions and 362 deletions

View File

@ -1,5 +1,5 @@
{
"name": "docker-meta",
"name": "docker-metadata",
"description": "GitHub Action to extract metadata (tags, labels) for Docker",
"main": "lib/main.js",
"scripts": {
@ -11,17 +11,23 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/crazy-max/ghaction-docker-meta.git"
"url": "git+https://github.com/docker/metadata-action.git"
},
"keywords": [
"actions",
"docker",
"meta",
"metadata",
"tag",
"label"
],
"author": "CrazyMax",
"license": "MIT",
"author": "Docker",
"contributors": [
{
"name": "CrazyMax",
"url": "https://crazymax.dev"
}
],
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.2.7",
"@actions/github": "^4.0.0",