You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build-image.yaml
-19Lines changed: 0 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -22,25 +22,6 @@ on:
22
22
description: If provided, runs a script after repo checkout and before the docker image is built. Useful in case that you need to build a package outside of the docker image (and load the artifacts via copy).
23
23
default: ""
24
24
type: string
25
-
registryHostname:
26
-
required: false
27
-
description: The hostname for the container registry
28
-
default: ghcr.io
29
-
type: string
30
-
registryOrg:
31
-
required: false
32
-
description: The registry organization
33
-
default: parcellab
34
-
type: string
35
-
registryUsername:
36
-
required: false
37
-
description: The username for the container registry
38
-
default: parcellab-dev-bot
39
-
type: string
40
-
repository_kind:
41
-
required: false
42
-
description: Using as a dummy, to be removed in the future versions
LIFECYCLE_POLICY='{"rules":[{"rulePriority":1,"description":"Keep last 500 images","selection":{"tagStatus":"any","countType":"imageCountMoreThan","countNumber":500},"action":{"type":"expire"}}]}'
Copy file name to clipboardExpand all lines: .github/workflows/kubernetes.yaml
-12Lines changed: 0 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -42,16 +42,6 @@ on:
42
42
description: If provided, runs a script after repo checkout and before the docker image is built. Useful in case that you need to build a package outside of the docker image (and load the artifacts via copy).
43
43
default: ""
44
44
type: string
45
-
registryHostname:
46
-
required: false
47
-
description: The hostname for the container registry
48
-
default: ghcr.io
49
-
type: string
50
-
registryOrg:
51
-
required: false
52
-
description: The registry organization
53
-
default: parcellab
54
-
type: string
55
45
registryUsername:
56
46
required: false
57
47
description: The username for the container registry
0 commit comments