Skip to content

Commit 0a5341b

Browse files
[fix] update the azure docs linting errors
1 parent 60a7c7d commit 0a5341b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/guides/azure-pipelines.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3032
To 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

4446
Add the following `azure-pipelines.yml` file to the root of your repository:
4547

0 commit comments

Comments
 (0)