Skip to content

Commit 8f518ca

Browse files
Update content/guides/azure-pipelines.md
Co-authored-by: Julien Maitrehenry <[email protected]>
1 parent ec1abc2 commit 8f518ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/guides/azure-pipelines.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ This pipeline is triggered automatically on:
134134
```yaml
135135
variables:
136136
imageName: 'docker.io/$(dockerUsername)/my-image'
137-
dockerUsername: 'your-dockerhub-username' # Replace with your actual Docker Hub username
138137
buildTag: '$(Build.BuildId)'
139138
latestTag: 'latest'
140139
```

0 commit comments

Comments
 (0)