We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25a9991 commit 3496528Copy full SHA for 3496528
cmd/bob/bobfile.go
@@ -98,7 +98,7 @@ type DevShellCommand struct {
98
type DockerImageSpec struct {
99
Image string `json:"image"`
100
DockerfilePath string `json:"dockerfile_path"`
101
- AuthType *string `json:"auth_type"` // creds_from_env | aws_ecr
+ AuthType *string `json:"auth_type"` // creds_from_env
102
Platforms []string `json:"platforms,omitempty"` // if set, uses buildx
103
TagLatest bool `json:"tag_latest"`
104
}
0 commit comments