added volume as a config in images
All checks were successful
Build and Push Docker Image / Build image (push) Successful in 2m6s

This commit is contained in:
2025-05-22 22:37:30 +03:00
parent 3a85e44ad4
commit 061f8d6d07
2 changed files with 7 additions and 1 deletions

View File

@@ -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"`