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 bd4f9f5 commit cea0355Copy full SHA for cea0355
.github/workflows/dotnet-sample-app-ecr-deploy.yml
@@ -86,6 +86,10 @@ jobs:
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
88
89
+ - name: Docker test
90
+ run: |
91
+ docker images
92
+
93
- name: Login to Amazon ECR
94
id: login-ecr
95
uses: aws-actions/amazon-ecr-login@v2
0 commit comments