Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.23 KB

pushing-an-image-to-a-registry.md

File metadata and controls

30 lines (22 loc) · 1.23 KB
sidebar_position title description keywords tags
10
Pushing an image to a registry
Pushing an image to a registry.
podman desktop
podman
containers
image
registry
registries
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.
  2. On your image line, click > Push Image.
  3. Select the Image tag for your registry.
  4. Click Push Image.
  5. Click Done.

Verification

  1. Go to your container registry.
  2. Find your image.