mirror of
https://github.com/peter-evans/dockerhub-description.git
synced 2024-11-22 12:09:33 +01:00
Add action.yml for Actions v2
This commit is contained in:
parent
843595a14f
commit
7041d8f35d
1 changed files with 9 additions and 0 deletions
9
action.yml
Normal file
9
action.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
name: 'Docker Hub Description'
|
||||||
|
author: 'Peter Evans'
|
||||||
|
description: 'An action to update a Docker Hub repository description from README.md'
|
||||||
|
runs:
|
||||||
|
using: 'docker'
|
||||||
|
image: 'docker://peterevans/dockerhub-description:2.1.0'
|
||||||
|
branding:
|
||||||
|
icon: 'upload'
|
||||||
|
color: 'blue'
|
Loading…
Reference in a new issue