Skip to content

Commit 1c2317c

Browse files
authored
Merge pull request #101986 from hansmbakker/patch-1
Fix example
2 parents 7035024 + bebed12 commit 1c2317c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/kubernetes-action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
manifests: |
165165
azure-vote-all-in-one-redis.yaml
166166
images: '${{ secrets.registry }}.azurecr.io/${{ secrets.repository }}/azure-vote-front:${{ github.sha }}'
167-
pull: false
167+
pull-images: false
168168
```
169169
170170
> [!IMPORTANT]

0 commit comments

Comments
 (0)