Skip to content

Commit ccbb4f2

Browse files
Fix dockerfile command generation (#6156)
Co-authored-by: Logan Bussell <[email protected]>
1 parent 85c275a commit ccbb4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/releases/new-image-release.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ title: "Add image for ___"
2121
- See the [supported tags policy](https://github.com/dotnet/dotnet-docker/blob/nightly/documentation/supported-tags.md)
2222
to see which tagging patterns to follow.
2323
1. - [ ] Run the commands to generate the Dockerfiles and READMEs based on templates:
24-
1. - [ ] `pwsh .\eng\readme-templates\Get-GeneratedDockerfiles.ps1`
24+
1. - [ ] `pwsh .\eng\dockerfile-templates\Get-GeneratedDockerfiles.ps1`
2525
1. - [ ] `pwsh .\eng\readme-templates\Get-GeneratedReadmes.ps1`
2626
1. - [ ] Inspect generated changes for correctness
2727
1. - [ ] Update tests

0 commit comments

Comments
 (0)