Skip to content

Commit fc072a6

Browse files
committed
debug actions build's docker context
1 parent 999612f commit fc072a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,7 @@ jobs:
2626
global-json-file: 'global.json' # in addition to the 6.0 we need for tests, install "latest"
2727
- name: Build
2828
run: dotnet build --consoleloggerparameters:NoSummary --warnAsError
29+
- name: Discover docker platforms
30+
run: docker buildx ls
2931
- name: Test
3032
run: dotnet test --no-build --logger GitHubActions

0 commit comments

Comments
 (0)