File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,21 @@ inputs:
20
20
CF_CONTAINER_REGISTRY_INTEGRATION :
21
21
required : false
22
22
description : " list of container integration"
23
- CF_DOCKER_USERNAME :
23
+ CF_DOCKERHUB_USERNAME :
24
24
required : false
25
25
description : " Dockerhub username"
26
- CF_DOCKER_PASSWORD :
26
+ CF_DOCKERHUB_PASSWORD :
27
27
required : false
28
28
description : " Dockerhub password"
29
+ CF_REGISTRY_USERNAME :
30
+ required : false
31
+ description : " Generic registry username"
32
+ CF_REGISTRY_PASSWORD :
33
+ required : false
34
+ description : " Generic registry password"
35
+ CF_REGISTRY_DOMAIN :
36
+ required : false
37
+ description : " Generic registry domain"
29
38
CF_INSECURE :
30
39
required : false
31
40
description : " security flag for standard registry protocol, when set to true it enables http protocol"
@@ -99,8 +108,11 @@ runs:
99
108
CF_IMAGE : ${{ inputs.CF_IMAGE }}
100
109
CF_VERBOSE : ${{ inputs.CF_VERBOSE }}
101
110
CF_CONTAINER_REGISTRY_INTEGRATION : ${{ inputs.CF_CONTAINER_REGISTRY_INTEGRATION }}
102
- CF_DOCKER_USERNAME : ${{ inputs.CF_DOCKER_USERNAME }}
103
- CF_DOCKER_PASSWORD : ${{ inputs.CF_DOCKER_PASSWORD }}
111
+ CF_DOCKERHUB_USERNAME : ${{ inputs.CF_DOCKERHUB_USERNAME }}
112
+ CF_DOCKERHUB_PASSWORD : ${{ inputs.CF_DOCKERHUB_PASSWORD }}
113
+ CF_REGISTRY_USERNAME : ${{ inputs.CF_REGISTRY_USERNAME }}
114
+ CF_REGISTRY_PASSWORD : ${{ inputs.CF_REGISTRY_PASSWORD }}
115
+ CF_REGISTRY_DOMAIN : ${{ inputs.CF_REGISTRY_DOMAIN }}
104
116
CF_INSECURE : ${{ inputs.CF_INSECURE }}
105
117
CF_WORKFLOW_URL : ${{ inputs.CF_WORKFLOW_URL }}
106
118
CF_LOGS_URL : ${{ inputs.CF_LOGS_URL }}
You can’t perform that action at this time.
0 commit comments