Skip to main content

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.