File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,9 @@ This guide walks you through building and pushing Docker images using [Azure Pip
2525- Configure Docker authentication securely.
2626- Set up an automated pipeline to build and push images.
2727
28- ## Step 1: Configure a Docker Hub service connection
28+ ## Set up Azure DevOps to work with Docker Hub
29+
30+ ### Step 1: Configure a Docker Hub service connection
2931
3032To securely authenticate with Docker Hub using Azure Pipelines:
3133
@@ -39,7 +41,7 @@ To securely authenticate with Docker Hub using Azure Pipelines:
3941>
4042> Avoid selecting the option to grant access to all pipelines unless absolutely necessary. Always apply the principle of least privilege.
4143
42- ## Step 2: Create your pipeline
44+ ### Step 2: Create your pipeline
4345
4446Add the following ` azure-pipelines.yml ` file to the root of your repository:
4547
You can’t perform that action at this time.
0 commit comments