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 5a962e2 commit a3444f5Copy full SHA for a3444f5
.github/workflows/dotnet-sample-app-ecr-deploy.yml
@@ -81,6 +81,11 @@ jobs:
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" -o install-docker-ce.ps1
87
+ .\install-docker-ce.ps1
88
+
89
- name: Login to Amazon ECR
90
id: login-ecr
91
uses: aws-actions/amazon-ecr-login@v2
0 commit comments