-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
39 lines (27 loc) · 688 Bytes
/
.env.example
File metadata and controls
39 lines (27 loc) · 688 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
37
38
39
INPUT_REGISTRY=docker.io
INPUT_REPO=username/image_name
# INPUT_REPO=username/image_name,u/p:v2
INPUT_TARGET=target
INPUT_USERNAME=username
INPUT_PASSWORD=password
INPUT_DRY_RUN=false
INPUT_BUILD_ARGS=a=1,b=2
INPUT_CONTEXT=.
INPUT_DOCKERFILE=Dockerfile
INPUT_PULL=false
INPUT_PLATFORM=linux/arm/v7,linux/arm64,linux/amd64
INPUT_LABELS=ci.khs1994.com=true,plugin.ci.khs1994.com=true
INPUT_NO_CACHE=false
INPUT_CACHE_FROM=array,
INPUT_CACHE_TO=array,
INPUT_SECRET=array,
INPUT_OUTPUT=array,
INPUT_BUILDX_IMAGE="moby/buildkit:buildx-stable-1"
# cn mirror
# INPUT_BUILDX_IMAGE="dockerpracticesig/buildkit:master"
# --add-host
# --allow
# --network
# --output
# --progress
# --ssh