diff --git a/src/content/docs/containers/image-management.mdx b/src/content/docs/containers/image-management.mdx index 8b8e0b659b9c90..3c7b6f5d0a788f 100644 --- a/src/content/docs/containers/image-management.mdx +++ b/src/content/docs/containers/image-management.mdx @@ -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 @@ -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. \ No newline at end of file +Worker to a previous version that uses a deleted image will then error.