File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
incubating/github-action-executor Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ metadata:
31
31
SLACK_MESSAGE : Hello from codefresh!
32
32
SLACK_TITLE : Custom Title
33
33
SLACK_USERNAME : rtCamp
34
- registry : dockerhub
35
34
official : false
36
35
stage : incubating
37
36
latest : true
54
53
"type": "object",
55
54
"description": "action environment variables"
56
55
},
57
- "cache": {
58
- "type": "boolean",
59
- "description": "enable/disable cache"
60
- },
61
56
"debug": {
62
57
"type": "boolean",
63
58
"description": "show debug logs"
71
66
environment:
72
67
[[ if .Arguments.envs ]]- ENVS="[[ .Arguments.envs ]]"[[ end ]]
73
68
[[ if .Arguments.url ]]- REPO_URL=[[ .Arguments.url ]][[ end ]]
74
- [[ if .Arguments.registry ]]- REGISTRY=[[ .Arguments.registry ]][[ end ]]
75
- [[ if .Arguments.registry_repo ]]- DOCKERHUB_REPO=[[ .Arguments.registry_repo ]][[ end ]]
76
- [[ if .Arguments.cache ]]- CACHE=[[ .Arguments.cache ]][[ end ]]
77
69
[[ if .Arguments.debug ]]- LOG_LEVEL=debug[[ end ]]
78
70
commands:
79
71
- /app/interface/cli/index.js export-variables
You can’t perform that action at this time.
0 commit comments