Skip to content

Commit b4723e9

Browse files
lint fixes
Signed-off-by: Craig Osterhout <[email protected]>
1 parent df8f842 commit b4723e9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

_vale/config/vocabularies/Docker/accept.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ Zsh
261261
[Pp]roxied
262262
[Pp]roxying
263263
[pP]yright
264+
[Rr]eadme
264265
[Rr]eal-time
265266
[Rr]egex(es)?
266267
[Rr]untimes?

content/manuals/docker-hub/repos/manage/builds/migrate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ using one of the two provided workflows:
111111
- The `simple-build` workflow builds and pushes a Docker image to your Docker
112112
Hub repository.
113113
- The `full-autobuilds` workflow contains all the steps commonly used within an
114-
Autobuilds run, including building, tagging, running docker-compose tests, and
114+
Autobuilds run, including building, tagging, running Docker Compose tests, and
115115
running optional bash hook files.
116116

117117
### Steps to migrate
@@ -155,7 +155,7 @@ The pipeline example contains three separate pipelines:
155155

156156
- `branches/main`: Shows how to build, test, and push an image on changes to a specific branch
157157
- `tags/*`: Shows how to build, test, and push an image on tag pushes, including
158-
tagging the image the same as the git tag
158+
tagging the image the same as the Git tag
159159
- `pull-requests/*`: Shows how to build and test, but not push, an image from a pull request
160160

161161
### Steps to migrate

0 commit comments

Comments
 (0)