File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ with the following contents:
198
198
And that's it! The :mod: `~taskgraph.transforms.docker_image ` transforms will
199
199
process the ``Dockerfile `` and handle the special syntax. Whereas the
200
200
:mod: `~taskgraph.transforms.cached_tasks ` transforms will ensure the image is
201
- only generated once and then re-used by all subsequent pushes until the image
201
+ only generated once and then reused by all subsequent pushes until the image
202
202
is modified.
203
203
204
204
Layering images on top of each other
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Create the ``config.yml`` file to look like:
62
62
Here's an explanation of the required top-level keys:
63
63
64
64
* ``trust-domain `` - :term: `Trust domains <Trust Domain> ` help prevent
65
- permissions and worker pools from one project from being re-used in another. The
65
+ permissions and worker pools from one project from being reused in another. The
66
66
value you should use here will be configured by your Taskcluster administrator.
67
67
But we'll use ``myrepo `` for the purposes of this tutorial.
68
68
* ``task-priority `` - The priority of tasks for this repo.
You can’t perform that action at this time.
0 commit comments