---
title: "Push an image"
method: POST
path: "/images/{name}/push"
tags: ["Image"]
---

# Push an image

`POST /images/{name}/push`

Push an image to a registry.

If you wish to push an image on to a private registry, that image must already have a tag which references the registry. For example, `registry.example.com/myimage:latest`.

The push is cancelled if the HTTP connection is closed.

## Path parameters

- `name` string, required

## Query parameters

- `tag` string

## Headers

- `X-Registry-Auth` string, required

## Response `200`

No error

## Other responses

- `404` — No such image
- `500` — Server error

---

[API](https://skmtc.net/docker/apis/engine.md) · [All operations](https://skmtc.net/docker/apis/engine/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/docker/engine/versions/400730735b03/schema)
