diff --git a/website/docs/getting-started/pushing-an-image-to-a-registry.md b/website/docs/getting-started/pushing-an-image-to-a-registry.md new file mode 100644 index 00000000000..aa3fab38a69 --- /dev/null +++ b/website/docs/getting-started/pushing-an-image-to-a-registry.md @@ -0,0 +1,30 @@ +--- +sidebar_position: 10 +title: Pushing an image to a registry +description: Pushing an image to a registry. +keywords: [podman desktop, podman, containers, image, registry, registries] +tags: [images] +--- + +# Pushing an image to a registry + +With Podman Desktop, you can push an image to registries. + +#### Prerequisites + +- You have configured your registry ** Settings > Registries**. +- You have built an image, which name is the fully qualified name required for your registry, such as `quay.io/my-repository/my-image`, `ghcr.io/my-repository/my-image`, or `docker.io/my-repository/my-image`. + Ensure that the image name includes the registry where to publish the image. To publish on `quay.io/repository` the image `my-image`, the FQN image name should be `quay.io/repository/my-image`. + +#### Procedure + +1. Go to ** Images**. +1. On your image line, click ** > Push Image**. +1. Select the Image tag for your registry. +1. Click **Push Image**. +1. Click **Done**. + +#### Verification + +1. Go to your container registry. +1. Find your image.