Skip to content

Commit 89efd16

Browse files
Update step.yaml
1 parent 98bfca1 commit 89efd16

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

incubating/github-action-executor/step.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,19 @@ spec:
5656
"debug": {
5757
"type": "boolean",
5858
"description": "show debug logs"
59-
}
59+
},
60+
"registry": {
61+
"type": "string",
62+
"description": "registry to push a builded image"
63+
},
64+
"registry_repo": {
65+
"type": "string",
66+
"description": "registry org name"
67+
},
68+
"cache": {
69+
"type": "boolean",
70+
"description": "enable/disable cache"
71+
},
6072
}
6173
}
6274
stepsTemplate: |

0 commit comments

Comments
 (0)