feat: docker stop action

This commit is contained in:
Anton
2024-03-03 16:53:29 +05:00
parent d6945f0048
commit 49dffc8f1d
5 changed files with 128 additions and 19 deletions

View File

@@ -99,6 +99,7 @@ type Step struct {
Version string `json:"version"`
User string `json:"user"`
Action string `json:"action"`
Detach bool `json:"detach"`
Stdin bool `json:"stdin"`
Command []string `json:"command"`
Timeout int `json:"timeout"`