Skip to content

Commit cca429b

Browse files
authored
Update image-management.mdx (#24412)
closes #24404
1 parent 71170f9 commit cca429b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/containers/image-management.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ This is not yet available.
9595
## Pushing images with CI
9696

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

101101
## Registry Limits
@@ -107,4 +107,4 @@ These limits will likely increase in the future.
107107
:::
108108

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

0 commit comments

Comments
 (0)