Skip to content

Commit

Permalink
Merge pull request #5200 from maximilianbraun/docs/push-docs
Browse files Browse the repository at this point in the history
docs: document registry credential fallback
  • Loading branch information
negz committed Jan 11, 2024
2 parents 82f1988 + 1f61c17 commit 8c52129
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/crank/xpkg/push.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ func (c *pushCmd) Help() string {
return `
Packages can be pushed to any OCI registry. Packages are pushed to the
xpkg.upbound.io registry by default. A package's OCI tag must be a semantic
version.
version. Credentials for the registry are automatically retrieved from xpkg login
and dockers configuration as fallback.
Examples:
Expand Down

0 comments on commit 8c52129

Please sign in to comment.