-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
36 lines (36 loc) · 841 Bytes
/
Copy pathaction.yml
File metadata and controls
36 lines (36 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
author: kei-g
branding:
color: blue
icon: upload
description: >
This action patches description and overview to DockerHub.
inputs:
description:
description: >
The single-line description of your docker image.
required: true
overview:
description: >
The full-text description of your docker image.
If not specified, a content of README.md in your repository alternates.
required: false
password:
description: >
Your password on DockerHub.
required: true
repo:
description: >
The repository name on DockerHub to patch.
required: true
username:
description: >
Your name on DockerHub.
required: true
name: DockerHub Patcher
outputs:
response:
description: >
The response returned from DockerHub.
runs:
main: dist/index.cjs
using: node24