mirror of
https://github.com/sleepypikachu/actions-branch-to-docker-tag-name.git
synced 2024-11-23 06:03:51 +08:00
24 lines
739 B
JSON
24 lines
739 B
JSON
{
|
|
"name": "actions-branch-to-docker-tag-name",
|
|
"version": "1.0.0",
|
|
"description": "[GitHub Action](https://github.com/features/actions) to convert a branch to a valid docker tag name.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sleepypikachu/actions-branch-to-docker-tag-name.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "Elliot Iddon",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/sleepypikachu/actions-branch-to-docker-tag-name/issues"
|
|
},
|
|
"homepage": "https://github.com/sleepypikachu/actions-branch-to-docker-tag-name#readme",
|
|
"dependencies": {
|
|
"@actions/core": "^1.9.1"
|
|
}
|
|
}
|