Skip to content
Merged

typo fix #24412

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/docs/containers/image-management.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ This is not yet available.
## Pushing images with CI

To use an image built in a continuous integration environment, install `wrangler` then
build and pushi images using either `wrangler containers build` with the `--push` flag, or
build and push images using either `wrangler containers build` with the `--push` flag, or
using the `wrangler containers push` command.

## Registry Limits
Expand All @@ -107,4 +107,4 @@ These limits will likely increase in the future.
:::

Delete images with `wrangler containers delete` to free up space, but note that reverting a
Worker to a previous version that uses a deleted image will then error.
Worker to a previous version that uses a deleted image will then error.