@@ -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.
69693 . Create a new ** Repository variable** named ` DOCKERHUB_USERNAME ` and your Docker ID as value.
7070
71714 . 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
7878With 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