up xpkg push
Publishes images created by up xpkg build
to the Upbound Marketplace.
Users must authenticate to the Upbound Marketplace to push packages.
For more information on the requirements to push an image read the Creating and Pushing Packages section.
<tag>
(required) - Atag
is the organization, repository and version of the image in the format<organization>/<repository>:<version>
.-f, --package <file>
(required) - The package fromup xpkg build
to push to the Upbound Marketplace.--create
- Create the repository if it doesn’t exist.
- Push a package called
getting-started.xpkg
to thetest
repository inside theupbound-docs
organization. Mark it as versionv0.2
.