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 cea0355 commit da5180fCopy full SHA for da5180f
.github/workflows/dotnet-sample-app-ecr-deploy.yml
@@ -80,11 +80,11 @@ jobs:
80
with:
81
role-to-assume: ${{ secrets.E2E_IAD_TEST_ACCOUNT_ARN }}
82
aws-region: us-east-1
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" -OutFile install-docker-ce.ps1
87
- .\install-docker-ce.ps1
+#
+# - name: Install Docker
+# run: |
+# Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/microsoft/Windows-Containers/Main/helpful_tools/Install-DockerCE/install-docker-ce.ps1" -OutFile install-docker-ce.ps1
+# .\install-docker-ce.ps1
88
89
- name: Docker test
90
run: |
0 commit comments