-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
39 lines (32 loc) · 1.03 KB
/
action.yml
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
37
38
39
name: Synchronize Github description and README.md with Docker Hub
description: Synchronize README.md and description from Github to Docker Hub
author: "Pierre"
inputs:
user:
description: Docker Hub username. Set only if different than on Github.
required: false
pass:
description: Docker Hub password
required: true
totp_secret:
description: Docker Hub 2FA totp secret, if applicable.
required: false
slug:
description: |
Docker Hub repository path in the form of: <namespace>/<name>. Gets converted to lower case.
Only needed, if different than Github's.
required: false
readme:
description: Optional relative path to the README.md file. If not provided, one at repo root used.
required: false
description:
description: |
Docker Hub repo's short description to set. If set to just `true`, Github's description is used.
If omitted, no action is performed.
required: false
runs:
using: "docker"
image: "Dockerfile"
branding:
color: "blue"
icon: "upload"