Skip to content

Commit a3444f5

Browse files
committed
Install Docker every time on codebuild
1 parent 5a962e2 commit a3444f5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/dotnet-sample-app-ecr-deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ jobs:
8181
role-to-assume: ${{ secrets.E2E_IAD_TEST_ACCOUNT_ARN }}
8282
aws-region: us-east-1
8383

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+
8489
- name: Login to Amazon ECR
8590
id: login-ecr
8691
uses: aws-actions/amazon-ecr-login@v2

0 commit comments

Comments
 (0)