File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/content/docs/containers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ This is not yet available.
9595## Pushing images with CI
9696
9797To 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
9999using the ` wrangler containers push ` command.
100100
101101## Registry Limits
@@ -107,4 +107,4 @@ These limits will likely increase in the future.
107107:::
108108
109109Delete 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.
You can’t perform that action at this time.
0 commit comments