Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/howto/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ with the following contents:
And that's it! The :mod:`~taskgraph.transforms.docker_image` transforms will
process the ``Dockerfile`` and handle the special syntax. Whereas the
:mod:`~taskgraph.transforms.cached_tasks` transforms will ensure the image is
only generated once and then re-used by all subsequent pushes until the image
only generated once and then reused by all subsequent pushes until the image
is modified.

Layering images on top of each other
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/creating-a-task-graph.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Create the ``config.yml`` file to look like:
Here's an explanation of the required top-level keys:

* ``trust-domain`` - :term:`Trust domains <Trust Domain>` help prevent
permissions and worker pools from one project from being re-used in another. The
permissions and worker pools from one project from being reused in another. The
value you should use here will be configured by your Taskcluster administrator.
But we'll use ``myrepo`` for the purposes of this tutorial.
* ``task-priority`` - The priority of tasks for this repo.
Expand Down
Loading