Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Kamil Kasperski <kamil.kasperski@sap.com>
  • Loading branch information
dekiel and Ressetkk authored Dec 1, 2023
1 parent 42e42b2 commit 2e08430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/image-builder/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

type Config struct {
adoPipelines.Config `yaml:",inline" json:",inline"`
AdoConfig adoPipelines.Config `yaml:"ado-config,omitempty" json:"ado-config,omitempty"`
// Registry is URL where clean build should land.
Registry Registry `yaml:"registry" json:"registry"`
// DevRegistry is Registry URL where development/dirty images should land.
Expand Down

0 comments on commit 2e08430

Please sign in to comment.