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:
198198 And that's it! The :mod: `~taskgraph.transforms.docker_image ` transforms will
199199process the ``Dockerfile `` and handle the special syntax. Whereas the
200200: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
202202is modified.
203203
204204Layering 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:
6262 Here's an explanation of the required top-level keys:
6363
6464* ``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
6666 value you should use here will be configured by your Taskcluster administrator.
6767 But we'll use ``myrepo `` for the purposes of this tutorial.
6868* ``task-priority `` - The priority of tasks for this repo.
You can’t perform that action at this time.
0 commit comments