Skip to content

Commit 98bfca1

Browse files
Update step.yaml
1 parent 7d3ee35 commit 98bfca1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

incubating/github-action-executor/step.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ metadata:
3131
SLACK_MESSAGE: Hello from codefresh!
3232
SLACK_TITLE: Custom Title
3333
SLACK_USERNAME: rtCamp
34-
registry: dockerhub
3534
official: false
3635
stage: incubating
3736
latest: true
@@ -54,10 +53,6 @@ spec:
5453
"type": "object",
5554
"description": "action environment variables"
5655
},
57-
"cache": {
58-
"type": "boolean",
59-
"description": "enable/disable cache"
60-
},
6156
"debug": {
6257
"type": "boolean",
6358
"description": "show debug logs"
@@ -71,9 +66,6 @@ spec:
7166
environment:
7267
[[ if .Arguments.envs ]]- ENVS="[[ .Arguments.envs ]]"[[ end ]]
7368
[[ 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 ]]
7769
[[ if .Arguments.debug ]]- LOG_LEVEL=debug[[ end ]]
7870
commands:
7971
- /app/interface/cli/index.js export-variables

0 commit comments

Comments
 (0)