Skip to content

Commit b98c125

Browse files
[feat] improve the pipeline info about the var dockerUsername
1 parent 64843c6 commit b98c125

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

content/guides/azure-pipelines.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,14 @@ These variables ensure consistent naming, versioning, and reuse throughout the p
154154
- `buildTag`: a unique tag for each pipeline run
155155
- `latestTag`: a stable alias for your most recent image
156156

157-
> [!TIP]
157+
> [!IMPORTANT]
158+
> The variable `dockerUsername` is not set automatically.
159+
> Set it securely in your Azure DevOps pipeline variables:
160+
> 1. Go to **Pipelines > Edit > Variables**
161+
> 2. Add `dockerUsername` with your Docker Hub username
162+
>
158163
> Learn more: [Define and use variables in Azure Pipelines](https://learn.microsoft.com/en-us/azure/devops/pipelines/process/variables?view=azure-devops&tabs=yaml%2Cbatch)
159-
160-
164+
161165
### Step 3: Define Pipeline Stages and Jobs
162166

163167
```yaml

0 commit comments

Comments
 (0)