Skip to content

Commit

Permalink
mantle/ore: glcoud: add Family to second invocation of api.CreateImag…
Browse files Browse the repository at this point in the history
…e in upload.go

This should have been done as part of 5cab86f.
  • Loading branch information
dustymabe authored and openshift-merge-robot committed Apr 7, 2020
1 parent f87e608 commit b58426e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mantle/cmd/ore/gcloud/upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ func runUpload(cmd *cobra.Command, args []string) {
fmt.Println("Overriding existing image...")
_, pending, err = api.CreateImage(&gcloud.ImageSpec{
Name: imageNameGCE,
Family: uploadImageFamily,
SourceImage: storageSrc,
}, true, uploadFedora)
if err == nil {
Expand Down

0 comments on commit b58426e

Please sign in to comment.