Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: pushing an image to a registry #2969

Merged
merged 2 commits into from Jun 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
30 changes: 30 additions & 0 deletions 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 **<icon icon="fa-solid fa-cog" size="lg" /> 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`.
benoitf marked this conversation as resolved.
Show resolved Hide resolved
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 **<icon icon="fa-solid fa-cloud" size="lg" /> Images**.
1. On your image line, click **<icon icon="fa-solid fa-ellipsis-v" size="lg" /> > <icon icon="fa-solid fa-arrow-up" size="lg" />Push Image**.
1. Select the Image tag for your registry.
1. Click **<icon icon="fa-solid fa-arrow-up" size="lg" />Push Image**.
1. Click **Done**.

#### Verification

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