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.
95
95
## Pushing images with CI
96
96
97
97
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
99
99
using the ` wrangler containers push ` command.
100
100
101
101
## Registry Limits
@@ -107,4 +107,4 @@ These limits will likely increase in the future.
107
107
:::
108
108
109
109
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.
You can’t perform that action at this time.
0 commit comments