We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3444f5 commit bd4f9f5Copy full SHA for bd4f9f5
.github/workflows/dotnet-sample-app-ecr-deploy.yml
@@ -83,7 +83,7 @@ jobs:
83
84
- name: Install Docker
85
run: |
86
- Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/microsoft/Windows-Containers/Main/helpful_tools/Install-DockerCE/install-docker-ce.ps1" -o install-docker-ce.ps1
+ Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/microsoft/Windows-Containers/Main/helpful_tools/Install-DockerCE/install-docker-ce.ps1" -OutFile install-docker-ce.ps1
87
.\install-docker-ce.ps1
88
89
- name: Login to Amazon ECR
0 commit comments