Skip to content

Commit c8b87a0

Browse files
authored
Merge pull request #76 from docker/fix-action-name
Fix action name
2 parents c0bab71 + 2803670 commit c8b87a0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![GitHub release](https://img.shields.io/github/release/docker/metadata-action.svg?style=flat-square)](https://github.com/docker/metadata-action/releases/latest)
2-
[![GitHub marketplace](https://img.shields.io/badge/marketplace-docker--metadata-blue?logo=github&style=flat-square)](https://github.com/marketplace/actions/docker-metadata)
2+
[![GitHub marketplace](https://img.shields.io/badge/marketplace-docker--metadata--action-blue?logo=github&style=flat-square)](https://github.com/marketplace/actions/docker-metadata-action)
33
[![Test workflow](https://img.shields.io/github/workflow/status/docker/metadata-action/test?label=test&logo=github&style=flat-square)](https://github.com/docker/metadata-action/actions?workflow=test)
44
[![Codecov](https://img.shields.io/codecov/c/github/docker/metadata-action?logo=codecov&style=flat-square)](https://codecov.io/gh/docker/metadata-action)
55

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# https://help.github.com/en/articles/metadata-syntax-for-github-actions
2-
name: 'Docker Metadata'
2+
name: 'Docker Metadata action'
33
description: "GitHub Action to extract metadata (tags, labels) for Docker"
44
author: 'docker'
55
branding:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "docker-metadata",
2+
"name": "docker-metadata-action",
33
"description": "GitHub Action to extract metadata (tags, labels) for Docker",
44
"main": "lib/main.js",
55
"scripts": {

0 commit comments

Comments
 (0)