Skip to content

Commit ead2ab4

Browse files
committed
fix #95 - change ports to array of strings
1 parent 51b6167 commit ead2ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/model/workflow.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ func commonKeysMatch(a map[string]interface{}, b map[string]interface{}) bool {
171171
type ContainerSpec struct {
172172
Image string `yaml:"image"`
173173
Env map[string]string `yaml:"env"`
174-
Ports []int `yaml:"ports"`
174+
Ports []string `yaml:"ports"`
175175
Volumes []string `yaml:"volumes"`
176176
Options string `yaml:"options"`
177177
Entrypoint string

0 commit comments

Comments
 (0)