-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
46 lines (37 loc) · 864 Bytes
/
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
40
41
42
43
44
45
46
---
name: 'pushrm'
description: 'Push a README to DockerHub, Quay or Harbor'
author: 'actionhippie'
inputs:
username:
description: |
Username for DockerHub or Harbor
required: false
password:
description: |
Password for DockerHub or Harbor
required: false
apikey:
description: |
API key only used for Quay.io
required: false
provider:
description: |
Used provider like dockerhub, harbor or quay
required: false
description:
description: |
Short description to be set on the registry
required: false
readme:
description: |
Path to another README like README.container.md
required: false
target:
description: |
Target image to write the README to
required: true
runs:
using: 'docker'
image: 'docker://ghcr.io/actionhippie/pushrm:v1.4.0'
...