Skip to content

Commit 63210c9

Browse files
committed
chore: fix some linting issues in gha overview
Signed-off-by: David Karlsson <[email protected]>
1 parent 1c15b54 commit 63210c9

File tree

1 file changed

+4
-4
lines changed
  • content/manuals/build/ci/github-actions

1 file changed

+4
-4
lines changed

content/manuals/build/ci/github-actions/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The following GitHub Actions are available:
2727
installs [QEMU](https://github.com/qemu/qemu) static binaries for multi-arch
2828
builds.
2929
- [Docker Buildx Bake](https://github.com/marketplace/actions/docker-buildx-bake):
30-
enables using high-level builds with [Bake](../../bake/index.md).
30+
enables using high-level builds with [Bake](../../bake/_index.md).
3131
- [Docker Scout](https://github.com/docker/scout-action):
3232
analyze Docker images for security vulnerabilities.
3333

@@ -69,10 +69,10 @@ Create a GitHub repository and configure the Docker Hub credentials.
6969
3. Create a new **Repository variable** named `DOCKERHUB_USERNAME` and your Docker ID as value.
7070

7171
4. Create a new
72-
[Personal Access Token (PAT)](/security/for-developers/access-tokens/#create-an-access-token)
72+
[personal access token](/security/for-developers/access-tokens/#create-an-access-token)
7373
for Docker Hub. You can name this token `clockboxci`.
7474

75-
5. Add the PAT as a **Repository secret** in your GitHub repository, with the name
75+
5. Add the Docker Hub access token as a **Repository secret** in your GitHub repository, with the name
7676
`DOCKERHUB_TOKEN`.
7777

7878
With your repository created, and credentials configured, you're now ready for
@@ -203,7 +203,7 @@ Save the workflow file and run the job.
203203
[repositories on Docker Hub](https://hub.docker.com/repositories).
204204

205205
If you see the new repository in that list, it means the GitHub Actions
206-
successfully pushed the image to Docker Hub!
206+
successfully pushed the image to Docker Hub.
207207

208208
## Next steps
209209

0 commit comments

Comments
 (0)