Skip to content

Commit

Permalink
Merge pull request #4977 from djeremiah/single-arch-push
Browse files Browse the repository at this point in the history
Return after single arch push
  • Loading branch information
negz committed Nov 6, 2023
2 parents 166486e + d05720f commit 9d7129a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/crank/xpkg/push.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ func (c *pushCmd) Run(logger logging.Logger) error { //nolint:gocyclo // This fe
return errors.Wrapf(err, errFmtPushPackage, c.PackageFiles[0])
}
logger.Debug("Pushed package", "path", c.PackageFiles[0], "ref", tag.String())
return nil
}

// If there's more than one package file we'll write (push) them all by
Expand Down

0 comments on commit 9d7129a

Please sign in to comment.