-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
44 lines (43 loc) · 1.1 KB
/
Copy pathaction.yml
File metadata and controls
44 lines (43 loc) · 1.1 KB
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
name: 'Container Images Sync'
description: 'Container Images Sync'
author: 'xiexianbin <me@xiexianbin>'
inputs:
GIT_TOKEN:
description: 'github token'
default: ''
GIT_ORG:
description: 'github org'
default: 'x-mirrors'
GIT_REPO:
description: 'github repo'
default: 'gcmirrors'
SRC_IMAGE_LIST_URL:
description: 'SRC_IMAGE_LIST_URL'
default: 'https://raw.githubusercontent.com/x-mirrors/gcr.io/main/registry.k8s.io/all-repos.txt'
DEST_REPO:
description: 'DEST register REPO'
default: 'docker.io/gcmirrors'
SRC_TRANSPORT:
description: 'SRC TRANSPORT'
default: 'docker'
DEST_TRANSPORT:
description: 'DEST TRANSPORT'
default: 'docker'
THREAD_POOL_NUM:
description: 'sync thread pool num'
default: 2
JOB_BATCH_COUNT:
description: 'job batch count'
default: 3
AFTER_TIMEUPLOADEDMS:
description: 'which image after timeUploadedMs'
default: 0
LOG_LEVEL:
description: 'logger level, value [DEBUG|INFO|WARN|ERROR|FATAL]'
default: 'DEBUG'
runs:
using: 'docker'
image: 'Dockerfile'
branding:
color: 'blue'
icon: 'repeat'