Skip to content

Commit

Permalink
Merge pull request #20 from sakajunquality/feature/fix-config
Browse files Browse the repository at this point in the history
fix config name
  • Loading branch information
sakajunquality authored Jan 11, 2020
2 parents 772e173 + 1634daa commit b86cd37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config-example.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
applications:
- name: example
image_tag: gcr.io/$PROJECT_ID/foo
image: gcr.io/$PROJECT_ID/foo
source_owner: sakajunquality
source_name: example-app
manifest_owner: sakajunquality
Expand Down
2 changes: 1 addition & 1 deletion flow/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type Application struct {
RewriteVersion bool `yaml:"rewrite_version"`
RewriteNewTag bool `yaml:"rewrite_new_tag"`

Image string `yaml:"image_tag"`
Image string `yaml:"image"`
Manifests []Manifest `yaml:"manifests"`
}

Expand Down

0 comments on commit b86cd37

Please sign in to comment.