2019-10-03 09:33:09 +02:00
|
|
|
name: 'Docker Hub Description'
|
|
|
|
author: 'Peter Evans'
|
|
|
|
description: 'An action to update a Docker Hub repository description from README.md'
|
2020-06-30 06:29:36 +02:00
|
|
|
# env:
|
|
|
|
# DOCKERHUB_USERNAME:
|
|
|
|
# description: Username to login to Docker Hub. Aliases: DOCKER_USERNAME
|
2020-06-30 07:58:32 +02:00
|
|
|
# required: true
|
2020-06-30 06:29:36 +02:00
|
|
|
# DOCKERHUB_PASSWORD:
|
|
|
|
# description: Password to login to Docker Hub. Aliases: DOCKER_PASSWORD
|
2020-06-30 07:58:32 +02:00
|
|
|
# required: true
|
2020-06-30 06:29:36 +02:00
|
|
|
# DOCKERHUB_REPOSITORY:
|
|
|
|
# description: Explicit Docker Hub repository name. Aliases: DOCKER_REPOSITORY, GITHUB_REPOSITORY
|
2020-06-30 07:58:32 +02:00
|
|
|
# required: true
|
2020-06-30 06:29:36 +02:00
|
|
|
# README_FILEPATH:
|
|
|
|
# description: Path to the repository readme.
|
|
|
|
# default: ./README.md
|
2019-10-03 09:33:09 +02:00
|
|
|
runs:
|
|
|
|
using: 'docker'
|
2020-08-22 02:51:01 +02:00
|
|
|
image: 'docker://peterevans/dockerhub-description:2.3.1'
|
2019-10-03 09:33:09 +02:00
|
|
|
branding:
|
2020-06-30 03:47:16 +02:00
|
|
|
icon: 'upload'
|
2019-10-03 09:33:09 +02:00
|
|
|
color: 'blue'
|