Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 1f8fbe5

Browse files
committed
On GH Actions windows nodes, ensure there is no automatic docker login before running ACI E2E tests
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
1 parent e984f76 commit 1f8fbe5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/optional-ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,7 @@ jobs:
141141
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
142142
AZURE_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }}
143143
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
144-
run: make e2e-aci
144+
# need to docker logout on windows nodes, it seems GHActions does a `docker login --user githubactions` specifically on windows nodes
145+
run: |
146+
docker logout
147+
make e2e-aci

0 commit comments

Comments
 (0)