added volume as a config in images
All checks were successful
Build and Push Docker Image / Build image (push) Successful in 2m6s
All checks were successful
Build and Push Docker Image / Build image (push) Successful in 2m6s
This commit is contained in:
@@ -37,6 +37,7 @@ type ImageSpec struct {
|
||||
Tag string `json:"tag"`
|
||||
Location string `json:"location"`
|
||||
WorkingDir string `json:"working_dir"`
|
||||
Volume string `json:"volume,omitempty"`
|
||||
Command []string `json:"command,omitempty"`
|
||||
Ports []Port `json:"ports"`
|
||||
Args []string `json:"args,omitempty"`
|
||||
|
Reference in New Issue
Block a user